Skip to content

Commit

Permalink
🔨 Add missing benchType to the script (#522)
Browse files Browse the repository at this point in the history
* 🔨 Add missing benchType to the script

* Update .github/workflows/benchmark.yml
  • Loading branch information
dubzzz committed Jan 12, 2023
1 parent db4a0a6 commit 00fc62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Build benchmark package
run: yarn build:bench:new
- name: Benchmark
run: yarn bench self ${{github.event.inputs.numIterations}} ${{github.event.inputs.numPerRun}}
run: yarn bench ${{github.event.inputs.benchType}} ${{github.event.inputs.numIterations}} ${{github.event.inputs.numPerRun}}

0 comments on commit 00fc62b

Please sign in to comment.