https://github.com/daniilty/combench
https://github.com/daniilty/combench
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniilty/combench
- Owner: daniilty
- Created: 2021-03-12T12:59:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T06:55:38.000Z (over 5 years ago)
- Last Synced: 2025-01-26T01:21:01.471Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# combench
***
## Purpose
Simple `go test -bench` results comparator
## Installation
```bash
$ go get -u github.com/daniilty/combench
```
## Usage
```bash
$ combench old.txt new.txt
```
## Example output
```bash
=> Difference in Total operations: new results(8627197) are differ from old (9088918) by -5.080044 %
Difference in ns per operation: new results(147.9) are differ from old (127) by +16.456693 %
```