Skip to content

Commit 704af8a

Browse files
committed
Update iai-callgrind from 0.3.1 to 0.14.0
1 parent ea3091e commit 704af8a

File tree

5 files changed

+92
-11
lines changed

5 files changed

+92
-11
lines changed

.github/workflows/iai_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/iai_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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' }}
@@ -63,7 +63,7 @@ jobs:
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

Cargo.lock

Lines changed: 87 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ build-cairo-2-compiler:
212212
fi
213213

214214
cargo-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

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ wasm-bindgen-test = "0.3.34"
9696
getrandom = { 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"
100100
criterion = { version = "0.5.1", features = ["html_reports"] }
101101
proptest = "1.0.0"
102102
mimalloc.workspace = true

0 commit comments

Comments
 (0)