Skip to content

Commit

Permalink
Add workflow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 9, 2025
1 parent 3ee29e4 commit 7cac592
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/compare-js-runtimes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# It is a re-useable workflow. You can use it in your repo and workflow by adding similar jobs.
#
# jobs:
# compare-js-runtimes:
# uses: "ChainSafe/benchmark/.github/workflows/compare-js-runtimes.yml@main
# with:
# node-version: 22
# node-options: --loader ts-node/esm
# bun-version: latest
# deno-version: v2.x
# setup: build
# files: test/perf/**/*.test.ts
#
name: Run and compare benchmarks on different JS runtimes

on:
Expand Down

0 comments on commit 7cac592

Please sign in to comment.