https://github.com/filmil/dbench2benchstat
https://github.com/filmil/dbench2benchstat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/filmil/dbench2benchstat
- Owner: filmil
- License: apache-2.0
- Created: 2019-07-01T21:08:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T22:15:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T07:25:55.511Z (3 months ago)
- Language: Go
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbench2benchstat
A converter from the dart benchmark format into the go benchstat format.
This allows using benchstat for comparing benchmark results.
Conversion goes from text lines such as:
```
basic/increment -> avg 0.00927782162588819ms out of 2534 samples. (std dev 0.00161196365508829, min 0.008, max 0.082)
```into:
```
basic/increment 2532 123456 ns/op 56.65 MB/s
```