Skip to content

Commit 7bba268

Browse files
committed
Upgrade iai-callgrind to 0.15
Pick up the latest version of iai-callgrind, which includes some output improvements. Changelog: https://github.com/iai-callgrind/iai-callgrind/releases
1 parent 90bd9f5 commit 7bba268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

builtins-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rand_xoshiro = "0.7"
1414
# To compare float builtins against
1515
rustc_apfloat = "0.2.3"
1616
# Really a dev dependency, but dev dependencies can't be optional
17-
iai-callgrind = { version = "0.14.1", optional = true }
17+
iai-callgrind = { version = "0.15.2", optional = true }
1818

1919
[dependencies.compiler_builtins]
2020
path = "../builtins-shim"

ci/bench-icount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function run_icount_benchmarks() {
2828

2929
iai_args=(
3030
"--home" "$(pwd)/$iai_home"
31-
"--regression=ir=5.0"
31+
"--callgrind-limits=ir=5.0"
3232
"--save-summary"
3333
)
3434

libm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ short-benchmarks = []
3131
anyhow = "1.0.98"
3232
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
3333
gmp-mpfr-sys = { version = "1.6.5", optional = true, default-features = false }
34-
iai-callgrind = { version = "0.14.1", optional = true }
34+
iai-callgrind = { version = "0.15.2", optional = true }
3535
indicatif = { version = "0.18.0", default-features = false }
3636
libm = { path = "../libm", features = ["unstable-public-internals"] }
3737
libm-macros = { path = "../crates/libm-macros" }

0 commit comments

Comments
 (0)