Commit Graph

277 Commits

Author SHA1 Message Date
philipp
78d249d656 Use slices instead of borrowed string 2019-07-17 21:11:44 +02:00
philipp
c0ada7d044 Use slices instead of borrowed vectors 2019-07-17 21:11:44 +02:00
philipp
f3f8c9ca98 Avoid redundant ref 2019-07-17 21:11:44 +02:00
philipp
76119e6664 Use f64::from instead of as f64 2019-07-17 21:11:44 +02:00
philipp
a0bd0248ce Avoid redundant explicit borrow 2019-07-17 21:11:44 +02:00
philipp
5849446315 Avoid long literal without separator 2019-07-17 21:11:44 +02:00
philipp
cfd298ef14 Avoid redundant return 2019-07-17 21:11:44 +02:00
philipp
5e4e383dca Avoid redundant field names 2019-07-17 21:11:44 +02:00
philipp
3f79985473 Factor common operations into closure 2019-07-17 21:11:44 +02:00
philipp
a5ce659b9c Avoid closure 2019-07-17 21:11:44 +02:00
philipp
b573617a7c Return value directly 2019-07-17 21:11:44 +02:00
dependabot-preview[bot]
45fc206891 Bump atty from 0.2.12 to 0.2.13
Bumps [atty](https://github.com/softprops/atty) from 0.2.12 to 0.2.13.
- [Release notes](https://github.com/softprops/atty/releases)
- [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/atty/compare/0.2.12...0.2.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 07:59:38 +02:00
dependabot-preview[bot]
c6d2c3ce6f Bump libc from 0.2.59 to 0.2.60
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.59 to 0.2.60.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.59...0.2.60)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 21:14:35 +02:00
dependabot-preview[bot]
b728c3c1f6 Bump atty from 0.2.11 to 0.2.12
Bumps [atty](https://github.com/softprops/atty) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/softprops/atty/releases)
- [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/atty/compare/0.2.11...0.2.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-13 12:23:02 +02:00
dependabot-preview[bot]
5c3a567645 Bump libc from 0.2.58 to 0.2.59
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.58 to 0.2.59.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.58...0.2.59)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-09 23:16:42 +02:00
dependabot-preview[bot]
8dd5796fdb [Security] Bump smallvec from 0.6.9 to 0.6.10
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.10. **This update includes security fixes.**
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-07 15:34:07 +02:00
dependabot-preview[bot]
e29718c502 Bump csv from 1.1.0 to 1.1.1
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.0...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 07:18:52 +02:00
dependabot-preview[bot]
0ff2524542 Bump serde_json from 1.0.39 to 1.0.40
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 08:11:43 +02:00
dependabot-preview[bot]
d6c4cd59c7 Bump serde from 1.0.92 to 1.0.94
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.94)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 06:07:36 +02:00
dependabot-preview[bot]
3ee82e6ceb Bump csv from 1.0.7 to 1.1.0
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.0.7...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 05:11:32 +02:00
Hugo Locurcio
e84804c7f0 Enable link-time optimization for release builds
This makes binaries slightly smaller, at the cost of longer build times.
2019-06-20 10:09:35 +02:00
Chloe Kudryavtsev
0006e90084 Add Alpine Linux installation instructions
Resolves #177
2019-06-11 07:39:37 +02:00
David Peter
ba28b40a9f
Add link to conda forge 2019-06-08 16:24:14 +02:00
sharkdp
65ccd8a85d Bump version 2019-06-08 14:41:18 +02:00
sharkdp
22cba395fa Update dependencies 2019-06-08 14:41:18 +02:00
David Peter
52cbac4417
Update README 2019-06-08 14:36:45 +02:00
David Peter
3395914a20
Add alternative tools section 2019-06-08 14:29:07 +02:00
sharkdp
fb7ded6ebc Add median run time to CSV and JSON export formats 2019-06-08 13:55:50 +02:00
sharkdp
4a67987079 Markdown: split min and max into two columns 2019-06-08 12:29:28 +02:00
sharkdp
14be4a0939 Add relative speed to markdown export 2019-06-08 12:29:28 +02:00
sharkdp
e09707c90f Extract computation of relative speed 2019-06-08 12:29:28 +02:00
David Peter
06a2885f75 Small update to conda install instructions 2019-06-08 09:00:51 +02:00
Daniel Bast
ea41b55898 Add install instructions for installing via conda
See also:
- Build repo: https://github.com/conda-forge/hyperfine-feedstock
- Available platforms/versions: https://anaconda.org/conda-forge/hyperfine
2019-06-08 09:00:51 +02:00
dependabot-preview[bot]
66aa200b37 Bump serde from 1.0.91 to 1.0.92
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.91...v1.0.92)
2019-06-07 08:25:34 +02:00
dependabot-preview[bot]
1714568689 Bump libc from 0.2.55 to 0.2.58
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.55 to 0.2.58.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.55...0.2.58)
2019-06-03 21:09:58 +02:00
sharkdp
a4347a5a4a Add documentation to plot_benchmark_results script 2019-06-02 12:42:57 +02:00
dependabot[bot]
d74ea21d1a Bump libc from 0.2.54 to 0.2.55
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.54 to 0.2.55.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.54...0.2.55)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 22:42:54 +02:00
dependabot[bot]
ac8bb8664a Bump cfg-if from 0.1.7 to 0.1.9
Bumps [cfg-if](https://github.com/alexcrichton/cfg-if) from 0.1.7 to 0.1.9.
- [Release notes](https://github.com/alexcrichton/cfg-if/releases)
- [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.7...0.1.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-15 08:08:36 +02:00
dependabot[bot]
5f5d55aaf6 Bump colored from 1.7.0 to 1.8.0
Bumps [colored](https://github.com/mackwic/colored) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/mackwic/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v1.7.0...v1.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-13 19:31:14 +02:00
Andrii Radyk
82ee448c0a level up a minimal rust version to 1.31.0 to support edition 2018 2019-05-08 08:10:02 -05:00
Andrii Radyk
2d0b0488f2 convert to rust edition 2018 2019-05-08 08:10:02 -05:00
dependabot[bot]
a6f61a6bda Bump serde from 1.0.90 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 21:07:28 -05:00
dependabot[bot]
aee3668f86 Bump libc from 0.2.53 to 0.2.54
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.53 to 0.2.54.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.53...0.2.54)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-03 16:57:26 +02:00
dependabot[bot]
5bffbb1f41 Bump libc from 0.2.51 to 0.2.53
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.51 to 0.2.53.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.51...0.2.53)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 07:21:58 +02:00
dependabot[bot]
b8b7af75df Bump winapi from 0.3.6 to 0.3.7
Bumps [winapi](https://github.com/retep998/winapi-rs) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/retep998/winapi-rs/releases)
- [Commits](https://github.com/retep998/winapi-rs/compare/0.3.6...0.3.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-27 18:53:20 +02:00
dependabot[bot]
98fb237546 Bump libc from 0.2.45 to 0.2.51
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.45 to 0.2.51.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.45...0.2.51)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-25 17:31:46 +02:00
dependabot[bot]
f68d347593 Bump csv from 1.0.6 to 1.0.7
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.0.6...1.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-21 09:35:27 +02:00
dependabot[bot]
bdc52a6166 Bump clap from 2.32.0 to 2.33.0
Bumps [clap](https://github.com/clap-rs/clap) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 13:00:00 +02:00
dependabot[bot]
f234360887 Bump csv from 1.0.5 to 1.0.6
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.0.5...1.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-05 20:43:11 +02:00
dependabot[bot]
6ae7ddf1fb Bump serde from 1.0.89 to 1.0.90
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-04 21:57:22 +02:00