Skip to content

feat: add cli flag to trigger gc (#20) #78

feat: add cli flag to trigger gc (#20)

feat: add cli flag to trigger gc (#20) #78

name: Compare Benchmark
# only one can tun at a time.
# Actions access a common cache entry and may corrupt it.
concurrency: cd-benchmark-compare-${{ github.ref }}
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
compare-js-runtimes:
uses: "ChainSafe/benchmark/.github/workflows/compare-js-runtimes.yml@${{ github.ref }}"

Check failure on line 17 in .github/workflows/benchmark-compare.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/benchmark-compare.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ github.ref }}
with:
node-version: 22
node-options: --loader ts-node/esm
bun-version: latest
deno-version: v2.x
command: src/cli/cli.ts
setup: build
files: test/perf/**/*.test.ts