Skip to content

Commit

Permalink
Update bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Dec 28, 2023
1 parent ddcbf61 commit 3794b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
cargo install cargo-criterion rust-script
cargo criterion --message-format=json > benches/main_benchmarks.json
./scripts/json_to_md benches/main_benchmarks.json > benches/main_benchmarks.md
./scripts/json_to_md.rs benches/main_benchmarks.json > benches/main_benchmarks.md
cat benches/main_benchmarks.md
- name: Cache Criterion Benchmarks Json
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
run: cat benches/change_benchmarks.md

- name: Print Benchmark Comparision
run: ./scripts/criterion_compare benches/main_benchmarks.json benches/benchmarks.json table
run: ./scripts/criterion_compare.rs benches/main_benchmarks.json benches/benchmarks.json table

- name: Check Degradation
run: ./scripts/criterion_compare benches/main_benchmarks.json benches/benchmarks.json check
run: ./scripts/criterion_compare.rs benches/main_benchmarks.json benches/benchmarks.json check

0 comments on commit 3794b48

Please sign in to comment.