Skip to content

Commit

Permalink
Merge branch 'dynamic_link' into feat/bump_1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Jan 30, 2024
2 parents 40fe435 + 124e376 commit 5a6bd7f
Show file tree
Hide file tree
Showing 163 changed files with 22,759 additions and 611 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
branches:
# Long living branches
- main
- dynamic_link
- /^[0-9]+\.[0-9]+$/
# 👇Add your branch here if benchmarking matters to your work
pull_request:

jobs:
benchmarking:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Run vm benchmarks (Singlepass)
working-directory: ${{env.working-directory}}/vm
run: cargo bench --no-default-features -- --color never --save-baseline singlepass
run: cargo bench --no-default-features --features bench -- --color never --save-baseline singlepass
- name: Run crypto benchmarks
working-directory: ${{env.working-directory}}/crypto
run: cargo bench -- --color never --save-baseline crypto
Expand Down
Loading

0 comments on commit 5a6bd7f

Please sign in to comment.