Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranweiler/dent
Library and tool for summarizing, comparing small data sets
https://github.com/ranweiler/dent
benchmarking cli statistics
Last synced: 3 months ago
JSON representation
Library and tool for summarizing, comparing small data sets
- Host: GitHub
- URL: https://github.com/ranweiler/dent
- Owner: ranweiler
- License: isc
- Created: 2017-09-28T00:51:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T19:29:10.000Z (over 3 years ago)
- Last Synced: 2024-11-01T14:51:38.219Z (3 months ago)
- Topics: benchmarking, cli, statistics
- Language: Rust
- Homepage:
- Size: 239 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dent
`dent` is a library and command-line tool for summarizing and comparing small
samples of numerical data. In particular, it aims to support the comparison of
microbenchmark results. It is heavily inspired by the BSD
[`ministat`](https://www.freebsd.org/cgi/man.cgi?query=ministat) tool by
Poul-Henning Kamp. The primary goal is to provide a simple, focused interface
that is numerically reliable and can be reused in various forms of development
tooling.## License
Dent is released under the [ISC License](LICENSE).