Commit graph

4 commits

Author SHA1 Message Date
Matthias Krüger
ede1f7d2a5 use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
Philipp Hansch
4f2cfb57f5
Remove leftover tab in libtest outputs
Closes #50362
2018-05-02 08:35:33 +02:00
Seiichi Uchida
75dcc61d3c Cargo fmt libtest 2018-03-21 23:12:24 +09:00
Gilad Naaman
360b26389c libtest: Split-up formatters.rs into smaller modules
libtest: Split HumanFormatter into {Pretty,Terse}

libtest: Fixed padding of benchmarks when not benchmarking

libtest: Fixed benchmarks' names not showing in terse-mode

libtest: Formatting
2018-01-26 19:46:04 +02:00