diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 9a6501cf3c..edfb918a6e 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -18,8 +18,8 @@ jobs: steps: - uses: actions/checkout@v3 - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - name: Running Katana benchmarks - run: cargo bench --bench codec --bench execution -- --output-format bencher |sed 1d | tee output.txt + - name: Running Katana benchmarks + run: cargo bench --bench codec --bench execution --bench concurrent -- --output-format bencher |sed 1d | tee output.txt - uses: benchmark-action/github-action-benchmark@v1 with: tool: "cargo"