dependabot[bot]
be07230b1d
build(deps): bump chrono from 0.4.28 to 0.4.34
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.28 to 0.4.34.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.28...v0.4.34 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
JuanLeon Lahoz
91cfb13522
Bump version to 0.5.9
2 years ago
JackKCWong
d97c8ce395
fix test dependency
2 years ago
JackKCWong
a62271ba02
add percentiles to summary output
2 years ago
dependabot[bot]
79642b574b
build(deps): bump regex from 1.8.4 to 1.9.5
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.8.4 to 1.9.5.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.8.4...1.9.5 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
c26acb8ad4
build(deps): bump chrono from 0.4.26 to 0.4.28
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.26 to 0.4.28.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.28 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
df62a50931
build(deps): bump chrono from 0.4.25 to 0.4.26
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.25 to 0.4.26.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
d1506849ed
build(deps): bump chrono from 0.4.24 to 0.4.25
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.24 to 0.4.25.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.24...v0.4.25 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Rahul Butani
6352e6506c
test: mark `configure_output` tests as `#[serial]`
...
`configure_output` manipulates `yansi::Color`'s global enable toggle;
this state is [not thread local](https://docs.rs/yansi/0.5.1/src/yansi/paint.rs.html#373-374 )
so changes to it affect the whole program.
This causes the `configure_output` tests to fail (sporadically) when
Cargo chooses to run tests in parallel and when the interleaving of
`configure_output` tests results in `Paint::enable` being called between
`configure_output` and `.paint` in another test.
Because we're dealing with a race condition there isn't a great way to
reproduce the failures but running:
```console
> until ! cargo test --jobs 10 ; do true; done
```
Reliably fails for me within a few runs.
---
Marking these tests with `#[serial]` (from the
[`serial_test` crate](https://docs.rs/serial_test/2.0.0/serial_test/index.html ))
fixes this.
3 years ago
dependabot[bot]
41b8ab4ce8
build(deps): bump regex from 1.7.3 to 1.8.1
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.3 to 1.8.1.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.3...1.8.1 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e1d521fa10
build(deps): bump predicates from 2.1.5 to 3.0.3
...
Bumps [predicates](https://github.com/assert-rs/predicates-rs ) from 2.1.5 to 3.0.3.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases )
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.3 )
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
4c2bf8c62c
build(deps): bump chrono from 0.4.23 to 0.4.24
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
JuanLeon Lahoz
94e3db44b5
Bump version to 0.5.8
3 years ago
JuanLeon Lahoz
745e83bedc
Use cargo deb for building debian packages
3 years ago
JuanLeon Lahoz
4c05a6d360
Update dependencies
...
I am holding clap at version 3 because clap v4 does not support colored help at
the moment.
3 years ago
JuanLeon Lahoz
ab83202358
Add ARM based binaries and debian packages to releases
4 years ago
JuanLeon Lahoz
a9ad358711
Add LICENSE file to release binary packages
4 years ago
JuanLeon Lahoz
e2567a5eb3
Bump version to 0.5.4
4 years ago
JuanLeon Lahoz
8e48cf9ae7
Improve library documentation
4 years ago
JuanLeon Lahoz
2c920dc781
Change Cargo.toml so that github actions do not get confused
...
Github actions fail to do `sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml` and get
a name
4 years ago
JuanLeon Lahoz
0805bda047
Reduce number of keywords in Cargo.toml
4 years ago
JuanLeon Lahoz
c33aac6c72
Cargo update and bump version
4 years ago
JuanLeon Lahoz
2cbdba8497
Allow using lowcharts as a library
4 years ago
JuanLeon Lahoz
9c01d1bd55
Cargo update and bump version
4 years ago
JuanLeon Lahoz
f597d4aa91
Bump version to 0.4.3
4 years ago
JuanLeon Lahoz
e465bff500
dev: update dependencies
...
deps.rs was reporting some outdated dependencies.
clap locked version was a beta (updating to latest stable version required
changes)
4 years ago
JuanLeon Lahoz
c97adf0dc4
feature: Implement the common-term plot
5 years ago
JuanLeon Lahoz
5edea817e2
Bump version to 0.4.1
5 years ago
JuanLeon Lahoz
67b270eb49
Bump version to 0.4.0
5 years ago
JuanLeon Lahoz
e3ca5689b2
dev: update dependencies (leverage deps.rs)
5 years ago
JuanLeon Lahoz
8fe262a679
Change to MIT license
5 years ago
JuanLeon Lahoz
537b7d1f73
feature: implement 'duration' and 'early-stop' for timehist subcommand
5 years ago
JuanLeon Lahoz
4347611b48
doc: improve help for timehist regex argument
5 years ago
JuanLeon Lahoz
04b252117f
fix: improve y-axis alignment in xy-plots
5 years ago
JuanLeon Lahoz
38b35f23e2
test: Add integration tests
5 years ago
JuanLeon Lahoz
3083bb4adc
Use a proper (and colored) logger for terminal
5 years ago
JuanLeon Lahoz
980442786c
Implement timehist subcommand
5 years ago
JuanLeon Lahoz
a4c70ce69f
Add release section and musl targets in travis configuration
5 years ago
JuanLeon Lahoz
b6554629df
Use builder pattern in clap
...
No good reason, other than enabling UT on arg parsing and letting myself to
compare several clap approaches for solving same problem.
5 years ago
JuanLeon Lahoz
4a18d805f9
Add some unit tests
5 years ago
JuanLeon Lahoz
38ebc48456
Initial version
...
Documentation is pending
5 years ago