File tree Expand file tree Collapse file tree 5 files changed +92
-11
lines changed Expand file tree Collapse file tree 5 files changed +92
-11
lines changed Original file line number Diff line number Diff line change 2323 pip install -r requirements.txt
2424 sudo apt update
2525 sudo apt install -y valgrind
26- cargo install --version 0.3.1 iai-callgrind-runner
26+ cargo install --version 0.14.0 iai-callgrind-runner
2727
2828 - name : Run iai benchmarks
2929 run : make iai-benchmark-action
Original file line number Diff line number Diff line change 3838 pip install -r requirements.txt
3939 sudo apt update
4040 sudo apt install -y valgrind
41- cargo install --version 0.3.1 iai-callgrind-runner
41+ cargo install --version 0.14.0 iai-callgrind-runner
4242
4343 - name : Run iai benchmarks
4444 if : ${{ steps.cache-iai-results.outputs.cache-hit != 'true' }}
6363 pip install -r requirements.txt
6464 sudo apt update
6565 sudo apt install -y valgrind
66- cargo install --version 0.3.1 iai-callgrind-runner
66+ cargo install --version 0.14.0 iai-callgrind-runner
6767
6868 - name : Restore cache for ${{ github.event.pull_request.base.sha }}
6969 uses : actions/cache/restore@v3
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ build-cairo-2-compiler:
212212 fi
213213
214214cargo-deps :
215- cargo install --version 0.3.1 iai-callgrind-runner
215+ cargo install --version 0.14.0 iai-callgrind-runner
216216 cargo install --version 1.1.0 cargo-criterion
217217 cargo install --version 0.6.1 flamegraph --locked
218218 cargo install --version 1.14.0 hyperfine
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ wasm-bindgen-test = "0.3.34"
9696getrandom = { version = " 0.2" , features = [" js" ]}
9797
9898[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
99- iai-callgrind = " 0.3.1 "
99+ iai-callgrind = " 0.14.0 "
100100criterion = { version = " 0.5.1" , features = [" html_reports" ] }
101101proptest = " 1.0.0"
102102mimalloc.workspace = true
You can’t perform that action at this time.
0 commit comments