package
1.8.0
Repository: https://github.com/coinbase/kryptology.git
Documentation: pkg.go.dev

# README

benchcomp

This command receives two benchmarks files as input and flags the benchmarks that have degraded by more than a threshold amount. The main goal of this tool is to be used in CI to check each PR.

# Functions

Compare expects two readers which contain the output of two runs of `go test -bench` command and throws an error if the performance has degraded by more than `THRESHOLD` amount.

# Constants

No description provided by the author