mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
ef38176628
PR: 258699
13 lines
604 B
Plaintext
13 lines
604 B
Plaintext
This port contains utilities to analyse and publish Go benchmark
|
|
results. The main use case is to compare two series of benchmarks
|
|
for minuscule performance improvements. Four programs are included:
|
|
- benchstat is a command-line tool that computes and compares
|
|
statistics about benchmarks
|
|
- benchsave is a command-line tool for publishing benchmark results
|
|
- localperfdata is a local version of the https://perfdata.golang.org/
|
|
benchmark result storage system
|
|
- localperf is a local version of the https://perf.golang.org/
|
|
benchmark result analysis system.
|
|
|
|
WWW: https://golang.org/x/perf
|