File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rand_xoshiro = "0.7"
14
14
# To compare float builtins against
15
15
rustc_apfloat = " 0.2.3"
16
16
# 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 }
18
18
19
19
[dependencies .compiler_builtins ]
20
20
path = " ../builtins-shim"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function run_icount_benchmarks() {
28
28
29
29
iai_args=(
30
30
" --home" " $( pwd) /$iai_home "
31
- " --regression =ir=5.0"
31
+ " --callgrind-limits =ir=5.0"
32
32
" --save-summary"
33
33
)
34
34
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ short-benchmarks = []
31
31
anyhow = " 1.0.98"
32
32
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
33
33
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 }
35
35
indicatif = { version = " 0.18.0" , default-features = false }
36
36
libm = { path = " ../libm" , features = [" unstable-public-internals" ] }
37
37
libm-macros = { path = " ../crates/libm-macros" }
You can’t perform that action at this time.
0 commit comments