David Peter
d5a2590b98
Move benchmark comparison to main.rs
2021-08-24 22:44:08 +02:00
David Peter
eb31e0f5f9
Move tokenize to new file
2021-08-24 22:44:08 +02:00
David Peter
13986b17f4
Move progress bar to separate module
2021-08-24 22:44:08 +02:00
David Peter
8618c86421
Fix float eq check
2021-08-24 22:44:08 +02:00
David Peter
9d61130b44
Remove timer/internal.rs
2021-08-24 22:44:08 +02:00
David Peter
36d4f82abd
Do not specify exact versions
2021-08-24 22:44:08 +02:00
David Peter
da7165fa58
Remove outdated version check
2021-08-24 22:44:08 +02:00
David Peter
3a0bcd977d
Update dependencies
2021-08-24 22:44:08 +02:00
David Peter
60e9771ad5
Remove cfg-if dependency
2021-08-24 22:44:08 +02:00
David Peter
9df6174bc2
Re-order imports
2021-08-24 22:44:08 +02:00
David Peter
30c381fe2a
Flat directory/module structure
2021-08-24 22:44:08 +02:00
David Peter
d31936ec28
Fix tests on Windows
2021-08-23 22:37:02 +02:00
David Peter
e71ff559f3
Add simple integration tests
2021-08-23 22:37:02 +02:00
David Peter
9b328ff354
Move BenchmarkResult to new file
2021-08-23 21:47:58 +02:00
David Peter
cbfd9f5b41
Move DEFAULT_SHELL to options
2021-08-23 21:47:58 +02:00
David Peter
465160b9aa
Move Options struct to new module
2021-08-23 21:47:58 +02:00
David Peter
eee32308b7
Move Command struct to new module
2021-08-23 21:47:58 +02:00
David Peter
b5bd054cf4
Remove years from copyright notice
2021-08-22 17:17:48 +02:00
David Peter
068bebb4e6
Fix remaining clippy warnings
2021-08-22 16:33:43 +02:00
David Peter
85730b3f0f
Auto-fix clippy warnings
2021-08-22 16:33:43 +02:00
David Peter
489e30cbae
Remove --lib option
2021-08-22 15:51:28 +02:00
David Peter
f860c3cf6b
Run cargo fmt
2021-08-22 15:51:28 +02:00
David Peter
75919ad884
Set --locked everywhere
2021-08-22 15:51:28 +02:00
David Peter
a5cac67ee6
Sync CI config with fd
2021-08-22 15:51:28 +02:00
David Peter
768c2e9f24
Sync CI config with bat
2021-08-22 15:51:28 +02:00
dependabot[bot]
34558bf141
Bump libc from 0.2.97 to 0.2.98
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.97 to 0.2.98.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.97...0.2.98 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 23:18:53 +02:00
dependabot[bot]
e311715813
Bump serde_json from 1.0.64 to 1.0.66
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 23:18:48 +02:00
dependabot[bot]
4f3e8008a8
Bump rust_decimal from 1.14.3 to 1.15.0
...
Bumps [rust_decimal](https://github.com/paupino/rust-decimal ) from 1.14.3 to 1.15.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases )
- [Commits](https://github.com/paupino/rust-decimal/compare/1.14.3...1.15.0 )
---
updated-dependencies:
- dependency-name: rust_decimal
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 23:18:38 +02:00
dependabot[bot]
a46b7ab50a
Bump serde from 1.0.126 to 1.0.127
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 23:18:05 +02:00
David Peter
9fd10ccea4
Add CHANGELOG entry
2021-07-27 22:51:34 +02:00
David Peter
b2ea743adf
Reduce shell-startup-time measurements to 50
...
closes #378
2021-07-27 22:45:26 +02:00
David Peter
914b5f7108
Add CHANGELOG entry
2021-07-27 22:36:26 +02:00
Steven Gu
28e8c315dc
Merges new and validate methods of RangeStep
into one method, renames error names according to code review.
2021-07-27 22:34:38 +02:00
Steven Gu
d4a0e9afb6
Fixes to limit --command-name
count appear exactly once or same count with parameters.
2021-07-27 22:34:38 +02:00
Steven Gu
538dd06c16
Makes --comand-name
take arguments from --parameter-list
.
2021-07-27 22:34:38 +02:00
David Peter
a0445321f5
Update README.md
2021-07-27 09:27:22 +02:00
David Peter
de59bb5ff1
Fix clippy errors
2021-07-27 09:26:49 +02:00
David Peter
1aefe14d67
Migrate to GitHub actions
2021-07-27 09:26:49 +02:00
David Peter
61b26a17cb
Remove .snapcraft.yml file
2021-07-27 09:26:49 +02:00
David Peter
d0a700a734
Add CHANGELOG entry
2021-07-26 21:09:55 +02:00
Garrett Thornburg
297dddb70e
Require user and system time units to match report time unit
...
The stddev/mean/max/min time unit gives precedence to the `--time-unit`
command line flag and falls back to parsing. This changes the user and
system time to follow the same time unit as the rest of the report.
Closes #408
2021-07-26 21:08:49 +02:00
dependabot[bot]
e601c007d0
Bump libc from 0.2.95 to 0.2.97
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.95 to 0.2.97.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.95...0.2.97 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 21:25:22 +02:00
dependabot[bot]
eed6599d44
Bump approx from 0.4.0 to 0.5.0
...
Bumps [approx](https://github.com/brendanzab/approx ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/brendanzab/approx/releases )
- [Commits](https://github.com/brendanzab/approx/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: approx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 20:30:20 +02:00
dependabot[bot]
422279924e
Bump rust_decimal from 1.14.1 to 1.14.3
...
Bumps [rust_decimal](https://github.com/paupino/rust-decimal ) from 1.14.1 to 1.14.3.
- [Release notes](https://github.com/paupino/rust-decimal/releases )
- [Commits](https://github.com/paupino/rust-decimal/compare/1.14.1...1.14.3 )
---
updated-dependencies:
- dependency-name: rust_decimal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 20:29:34 +02:00
dependabot[bot]
d693c11e6e
Bump rand from 0.8.3 to 0.8.4
...
Bumps [rand](https://github.com/rust-random/rand ) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/0.8.3...0.8.4 )
---
updated-dependencies:
- dependency-name: rand
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 20:29:02 +02:00
David Peter
6bfef81aaa
Fix reference to plotting script
...
closes #392
2021-06-14 20:49:15 +02:00
Rémi Lauzier
5223afc4f1
Revert some change for i686 build
2021-06-14 16:32:58 +02:00
Rémi Lauzier
aa162cd886
Fix some clippy warning
2021-06-14 16:32:58 +02:00
dependabot[bot]
edc1b4db5c
Bump indicatif from 0.16.0 to 0.16.2
...
Bumps [indicatif](https://github.com/mitsuhiko/indicatif ) from 0.16.0 to 0.16.2.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases )
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.16.0...0.16.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 22:34:16 +02:00
dependabot[bot]
fc3a31f2ee
Bump serde from 1.0.125 to 1.0.126
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.125 to 1.0.126.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.126 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 22:33:56 +02:00