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

https://github.com/daniilty/combench


https://github.com/daniilty/combench

Last synced: 11 months ago
JSON representation

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 %
```