Skip to content

Commit

Permalink
Fix branch becnhmarks path
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Oct 6, 2023
1 parent 3473f8e commit aac5160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
cargo bench --bench generic --bench special -- --save-baseline branch '(special|stdb_module|stdb_raw)'
cargo run --bin summarize pack branch
mkdir criterion-results
cp target/criterion/branch.json criterion-results/pr-$PR_NUMBER.json
cp ../../target/criterion/branch.json criterion-results/pr-$PR_NUMBER.json
- name: PR; compare benchmarks
if: github.event.inputs.pr_number
Expand Down

0 comments on commit aac5160

Please sign in to comment.