]> git.lizzy.rs Git - rust.git/commit
auto merge of #10952 : huonw/rust/1ms-bench, r=cmr
authorbors <bors@rust-lang.org>
Sat, 14 Dec 2013 22:11:21 +0000 (14:11 -0800)
committerbors <bors@rust-lang.org>
Sat, 14 Dec 2013 22:11:21 +0000 (14:11 -0800)
commitca54ad8592087dfe7d2b422f35d75f3932c1991b
tree30cc930419d7dcd3228a1e766e8ff21def5c3131
parentaafed3ece58be56e5e88c51d32d065254f10309a
parent79739d96f79b53a17bd79ab811efd5adfddf3a26
auto merge of #10952 : huonw/rust/1ms-bench, r=cmr

This makes sure we always run benchmarks even if they are predicted to
take a long time, so that we have some non-zero time to display
(although the error bars may be huge for particularly slow benchmarks).

Fixes #9532.