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 23
23
pip install -r requirements.txt
24
24
sudo apt update
25
25
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
27
27
28
28
- name : Run iai benchmarks
29
29
run : make iai-benchmark-action
Original file line number Diff line number Diff line change 38
38
pip install -r requirements.txt
39
39
sudo apt update
40
40
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
42
42
43
43
- name : Run iai benchmarks
44
44
if : ${{ steps.cache-iai-results.outputs.cache-hit != 'true' }}
63
63
pip install -r requirements.txt
64
64
sudo apt update
65
65
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
67
67
68
68
- name : Restore cache for ${{ github.event.pull_request.base.sha }}
69
69
uses : actions/cache/restore@v3
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ build-cairo-2-compiler:
212
212
fi
213
213
214
214
cargo-deps :
215
- cargo install --version 0.3.1 iai-callgrind-runner
215
+ cargo install --version 0.14.0 iai-callgrind-runner
216
216
cargo install --version 1.1.0 cargo-criterion
217
217
cargo install --version 0.6.1 flamegraph --locked
218
218
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"
96
96
getrandom = { version = " 0.2" , features = [" js" ]}
97
97
98
98
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
99
- iai-callgrind = " 0.3.1 "
99
+ iai-callgrind = " 0.14.0 "
100
100
criterion = { version = " 0.5.1" , features = [" html_reports" ] }
101
101
proptest = " 1.0.0"
102
102
mimalloc.workspace = true
You can’t perform that action at this time.
0 commit comments