Skip to content

Commit

Permalink
sort by ratio
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed Aug 1, 2024
1 parent 2e49ff6 commit 7eff8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
fi
- name: Compare Master and PR head
run: asv compare origin/master HEAD --factor 1.1 --split --sort | tee asv-compare-output.log
run: asv compare origin/master HEAD --factor 1.1 --split --sort ratio | tee asv-compare-output.log

- name: Compare Master and PR head but only show changed results
run: asv compare origin/master HEAD --only-changed --factor 1.1 --split --sort | tee asv-compare-changed-output.log
run: asv compare origin/master HEAD --only-changed --factor 1.1 --split --sort ratio | tee asv-compare-changed-output.log

- name: Benchmarks compare output
id: asv_pr_vs_master
Expand Down

0 comments on commit 7eff8e8

Please sign in to comment.