Commit Graph

955 Commits

Author SHA1 Message Date
Jan-Eric Nitschke
13547e973c Change message for identical time and add test for it 2024-06-30 22:45:40 +02:00
Jan-Eric Nitschke
9134337b62 Fix typo 2024-06-30 22:45:40 +02:00
Jan-Eric Nitschke
d4749b015f Fix prepare and conclude behaviour and add tests. 2024-06-30 22:45:40 +02:00
Jan-Eric Nitschke
9806ed7694 Added option to manually specify a reference to compare the results to. 2024-06-30 22:45:40 +02:00
Bryan Honof
4a00f1821c docs: Add flox install 2024-06-22 22:42:33 +02:00
Hamir Mahal
981db9d102 fix: formatting in src/command.rs 2024-06-01 11:07:23 +02:00
Hamir Mahal
ef1263279d style: simplify string interpolation 2024-06-01 11:07:23 +02:00
dependabot[bot]
e8ff88dad1 Bump colored from 2.0.4 to 2.1.0
Bumps [colored](https://github.com/mackwic/colored) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.0.4...v2.1.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-07 20:06:41 +02:00
Aymen
c6a6dccd95 Fix the Arch url to repo in README.md 2024-04-07 20:00:06 +02:00
David Legrand
d712879c9f docs: add Exherbo Linux in README.md setup instructions 2024-04-07 19:59:41 +02:00
one230six
c0921351e7 refactor: Optimize code based on cargo clippy suggestions
Signed-off-by: one230six <723682061@qq.com>

refactor: Optimize code based on cargo clippy suggestions

Signed-off-by: one230six <723682061@qq.com>
2024-03-14 08:46:35 +01:00
Everett Pompeii
865b496098 Fix hyperlink sup copy 2024-03-14 08:45:34 +01:00
Serpent7776
51d056a3de Add --sort-by option 2024-03-14 08:26:35 +01:00
Serpent7776
836d1730b5 Fix long labels being cut off 2024-03-14 08:26:35 +01:00
Serpent7776
5c9d7a8b1e Nicer whiskers plot
- add missing encoding when opening input file
- add labels to x ticks, rotated by 45 deg
- sort data by median, ascending
2024-03-14 08:26:35 +01:00
dependabot[bot]
5493cf5039 Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 21:33:20 +01:00
Hamir Mahal
6c774103d9 refactor: replace repeated string allocation
on each iteration with one `String` creation in
`fold`, for efficiency
2024-03-12 21:32:40 +01:00
Everett Pompeii
09c39d8989 Add Bencher as sponsor 2024-03-12 19:53:24 +01:00
Hamir Mahal
96f8ae52ad refactor: remove redundant redefinition 2024-03-10 21:02:09 +01:00
dependabot[bot]
ce6df59f0f Bump anyhow from 1.0.75 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.80)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-09 22:43:23 +01:00
Casper Lindschouw
39df4d821d Build binaries for aarch64-apple-darwin 2024-03-09 22:43:04 +01:00
David Peter
c7be935da3 Improve plot_progression.py script 2024-02-02 17:51:31 +01:00
David Peter
a75dca90e1 Update execution-order illustration 2024-02-02 17:46:23 +01:00
Jack O'Connor
942719b0ed Update docs to reflect addition of --conclude
I'm not use to inkscape but I did my best to insert
the --conclude stage into the existing image without
changing it too much.
2024-02-02 17:46:23 +01:00
Jack O'Connor
e13d0cb144 Add --conclude option with tests
This implementation of --conclude is basically identical
to the existing implementation for --prepare. I have not
adapted any existing tests. All tests which test --conclude
functionality are new.

The --conclude commands will run in the same order in which
they are supplied on the cli in the same manner as --prepare
and there must either be one --conclude command, or else the
same number of --concludes as there are commands.
2024-02-02 17:46:23 +01:00
dependabot[bot]
91388e7302 Bump tempfile from 3.8.1 to 3.9.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 08:37:54 +01:00
dependabot[bot]
1d49e523b8 Bump libc from 0.2.151 to 0.2.153
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.153.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.153)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 08:34:37 +01:00
Albert Safin
4ffe96bda5 Specify clap::ValueHint for arguments 2024-01-16 20:22:03 +01:00
dependabot[bot]
deaec15693 Bump clap from 4.4.10 to 4.4.12
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.12.
- [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/compare/v4.4.10...v4.4.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 21:45:56 +01:00
dependabot[bot]
0e8082eb8b Bump libc from 0.2.148 to 0.2.151
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.148 to 0.2.151.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.148...0.2.151)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 21:45:47 +01:00
Everett Pompeii
c5089d8ba2 Add Bencher to list of tools
Add Bencher to the list of tools. Bencher supports `hyperfine` with a built in adapter.
2024-01-02 21:45:28 +01:00
David Peter
ad7fa028b4 Fix CI error 2024-01-02 21:21:08 +01:00
dependabot[bot]
ef4049f8f8 Bump clap from 4.4.6 to 4.4.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.10.
- [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/compare/v4.4.6...v4.4.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 06:51:34 +01:00
dependabot[bot]
526bad6db3 Bump tempfile from 3.8.0 to 3.8.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 06:51:16 +01:00
dependabot[bot]
e996be124e Bump nix from 0.26.4 to 0.27.1
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.4...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 08:37:11 +01:00
dependabot[bot]
d27cd15187 Bump serde_json from 1.0.107 to 1.0.108
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 08:37:02 +01:00
overclockworked64
798ea2dca1 fix: add a space in the progress bar template 2023-10-23 19:31:30 +02:00
Lena
69ee1738d4 Remove dependency on atty and use std::io::IsTerminal instead 2023-10-18 20:54:12 +02:00
Shun Sakai
769652353a Add openSUSE installation instructions 2023-10-18 20:53:39 +02:00
David Peter
24a0d5da1b Disable Windows GNU build, fails with 'Warning: corrupt .drectve at end of def file' 2023-10-05 09:58:16 +02:00
David Peter
d91c126a9b Bump MSRV 2023-10-05 09:55:17 +02:00
David Peter
133930bb31 Update dependencies 2023-10-05 09:49:48 +02:00
David Peter
45b18d9d36 Updates for v1.18 2023-10-05 09:48:09 +02:00
David Peter
f20bea1f1d Downgrade indicatif, see #670 2023-10-05 09:41:07 +02:00
David Peter
4564977b7a Add support for microseconds, closes #684 2023-10-05 09:39:00 +02:00
dependabot[bot]
c440cb702d Bump thiserror from 1.0.44 to 1.0.49
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.49.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.49)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 09:28:50 +02:00
dependabot[bot]
ed85ac2c89 Bump serde from 1.0.179 to 1.0.188
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.179 to 1.0.188.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.179...v1.0.188)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 09:28:41 +02:00
Pedro Witzel
ae9b0bbdfd cfg: adding more pre-processing for windows-only parser 2023-10-05 09:25:07 +02:00
Pedro Witzel
c2f99e5f94 fmt: apply cargo fmt suggestions 2023-10-05 09:25:07 +02:00
Pedro Witzel
bece2eacf0 bug: quoting failure on windows-platform (#296) 2023-10-05 09:25:07 +02:00