Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).