sharkdp
|
071d5c6993
|
Add error message
|
2019-10-07 19:34:05 +02:00 |
|
Yasuaki Uechi
|
5a3fc3c92a
|
scripts: add welch's t test
|
2019-10-07 19:34:05 +02:00 |
|
sharkdp
|
02962d1cab
|
Use doc-comment for advanced_statistics.py script
|
2019-10-07 19:04:43 +02:00 |
|
dependabot-preview[bot]
|
0cc0fb2656
|
Bump serde_json from 1.0.40 to 1.0.41
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.40...v1.0.41)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-06 21:41:14 +02:00 |
|
sharkdp
|
134c04d328
|
Update scripts README
|
2019-10-06 21:29:37 +02:00 |
|
matthieusb
|
25409f6625
|
doc: addd pre-requisites to scripts documentation
|
2019-10-06 21:27:44 +02:00 |
|
dependabot-preview[bot]
|
9a56c5d5f3
|
Bump cfg-if from 0.1.9 to 0.1.10
Bumps [cfg-if](https://github.com/alexcrichton/cfg-if) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/alexcrichton/cfg-if/releases)
- [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.9...0.1.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-25 07:37:42 +02:00 |
|
dependabot-preview[bot]
|
7ea4f13d9a
|
Bump serde from 1.0.100 to 1.0.101
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.100 to 1.0.101.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.100...v1.0.101)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-17 07:39:59 +02:00 |
|
sharkdp
|
3d41613f43
|
Fix markdown export tests
|
2019-09-16 21:34:07 +02:00 |
|
sharkdp
|
8a7d04347d
|
Higher precision for rel. speed in markdown output
closes #208
|
2019-09-16 21:27:54 +02:00 |
|
petr-tik
|
40b6774324
|
Correct type in command line arg
|
2019-09-13 19:37:06 +02:00 |
|
sharkdp
|
fba7e22a77
|
Bump minimum required Rust version
|
2019-09-09 21:02:41 +02:00 |
|
dependabot-preview[bot]
|
fac0809303
|
Bump indicatif from 0.11.0 to 0.12.0
Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases)
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.11.0...0.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-09 21:02:41 +02:00 |
|
dependabot-preview[bot]
|
d5e32a77ad
|
Bump serde from 1.0.99 to 1.0.100
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.99...v1.0.100)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-09 20:21:39 +02:00 |
|
David Peter
|
983a97699b
|
Update preview
|
2019-09-01 15:52:45 +02:00 |
|
sharkdp
|
27f2ce6d0f
|
Small change to README
|
2019-09-01 15:01:20 +02:00 |
|
sharkdp
|
8db533563c
|
Loosen dependency bounds
|
2019-09-01 14:48:31 +02:00 |
|
sharkdp
|
47f5336023
|
Update dependencies
|
2019-09-01 14:46:43 +02:00 |
|
sharkdp
|
1397a3d717
|
Bump version
|
2019-09-01 14:46:31 +02:00 |
|
David Peter
|
78a042236a
|
Remove conda badge
|
2019-09-01 14:39:57 +02:00 |
|
David Peter
|
9e534922cc
|
Add '--parameter-step-size' to README
|
2019-09-01 14:39:07 +02:00 |
|
dependabot-preview[bot]
|
80cca46613
|
Bump winapi from 0.3.7 to 0.3.8
Bumps [winapi](https://github.com/retep998/winapi-rs) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/retep998/winapi-rs/releases)
- [Commits](https://github.com/retep998/winapi-rs/compare/0.3.7...0.3.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-01 14:32:40 +02:00 |
|
Piyush Rungta
|
8244bc11b1
|
Support case when only step size is float
After this change, invokations like
--parameter-scan t 0 1 --parameter-step-size 0.1
become valid
|
2019-09-01 14:31:35 +02:00 |
|
Piyush Rungta
|
c73636c478
|
Provide short option for --parameter-step-size
Rename STEP to DELTA
|
2019-09-01 14:31:35 +02:00 |
|
Piyush Rungta
|
ef523e1fb0
|
Improve StepRequired error message
|
2019-09-01 14:31:35 +02:00 |
|
Piyush Rungta
|
7d66d2bf95
|
Bump minimum supported rust version
|
2019-09-01 14:31:35 +02:00 |
|
Piyush Rungta
|
b10b93f473
|
Add support for floats in --parameter-scan
|
2019-09-01 14:31:35 +02:00 |
|
Piyush Rungta
|
737403df35
|
Run cargo fmt
|
2019-09-01 14:31:35 +02:00 |
|
Mateusz Piotrowski
|
c856a5b8de
|
Add FreeBSD installation instructions
|
2019-08-26 21:59:46 +02:00 |
|
dependabot-preview[bot]
|
7232f6940f
|
Bump serde from 1.0.98 to 1.0.99
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-24 12:53:44 +02:00 |
|
sharkdp
|
d6e1298ac7
|
Whitespace fix in --help text
|
2019-08-24 08:56:59 +02:00 |
|
Piyush Rungta
|
3e3f4d9a26
|
Add argument to take parameter range step size
|
2019-08-24 08:56:59 +02:00 |
|
dependabot-preview[bot]
|
3f68aef139
|
Bump libc from 0.2.61 to 0.2.62
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.61 to 0.2.62.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.61...0.2.62)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-16 19:10:27 +02:00 |
|
dependabot-preview[bot]
|
2a6b1eca05
|
Bump libc from 0.2.60 to 0.2.61
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.60 to 0.2.61.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.60...0.2.61)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-13 15:10:11 +02:00 |
|
David Peter
|
7d308a8149
|
hyperfine is in the official Arch repositories
|
2019-08-01 07:23:07 +02:00 |
|
dependabot-preview[bot]
|
bfa8858910
|
Bump serde from 1.0.97 to 1.0.98
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-29 21:26:41 +02:00 |
|
David Peter
|
ce5daff3c1
|
Update Arch install instructions
closes #197
|
2019-07-26 20:00:12 +02:00 |
|
Igor Gnatenko
|
f291a1dfa3
|
Add installation instructions for Fedora
|
2019-07-24 21:53:10 +02:00 |
|
dependabot-preview[bot]
|
0ee0e20113
|
Bump serde from 1.0.95 to 1.0.97
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.95 to 1.0.97.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.95...v1.0.97)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-18 20:06:46 +02:00 |
|
dependabot-preview[bot]
|
4b105d13d5
|
Bump serde from 1.0.94 to 1.0.95
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.95)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-17 21:13:35 +02:00 |
|
philipp
|
e867366197
|
Use byte literal instead of as u8
|
2019-07-17 21:11:44 +02:00 |
|
philipp
|
16210a1d13
|
Pass Copy able enums by value
|
2019-07-17 21:11:44 +02:00 |
|
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 |
|