Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builtins-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand_xoshiro = "0.7"
# To compare float builtins against
rustc_apfloat = "0.2.3"
# Really a dev dependency, but dev dependencies can't be optional
iai-callgrind = { version = "0.14.1", optional = true }
iai-callgrind = { version = "0.15.2", optional = true }

[dependencies.compiler_builtins]
path = "../builtins-shim"
Expand Down
2 changes: 1 addition & 1 deletion ci/bench-icount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function run_icount_benchmarks() {

iai_args=(
"--home" "$(pwd)/$iai_home"
"--regression=ir=5.0"
"--callgrind-limits=ir=5.0"
"--save-summary"
)

Expand Down
2 changes: 1 addition & 1 deletion libm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ short-benchmarks = []
anyhow = "1.0.98"
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
gmp-mpfr-sys = { version = "1.6.5", optional = true, default-features = false }
iai-callgrind = { version = "0.14.1", optional = true }
iai-callgrind = { version = "0.15.2", optional = true }
indicatif = { version = "0.18.0", default-features = false }
libm = { path = "../libm", features = ["unstable-public-internals"] }
libm-macros = { path = "../crates/libm-macros" }
Expand Down
Loading