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"
1414# To compare float builtins against
1515rustc_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 ]
2020path = " ../builtins-shim"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ short-benchmarks = []
3131anyhow = " 1.0.98"
3232# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
3333gmp-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 }
3535indicatif = { version = " 0.18.0" , default-features = false }
3636libm = { path = " ../libm" , features = [" unstable-public-internals" ] }
3737libm-macros = { path = " ../crates/libm-macros" }
You can’t perform that action at this time.
0 commit comments