Company
Date Published
Author
Mark Rushakoff
Word count
943
Language
English
Hacker News points
1

Summary

grade` is a tool for Go developers to track their Go benchmarks in InfluxDB, allowing them to compare and analyze their benchmark results over time. The tool takes output from a benchmark run and uses it to generate line protocol data that can be stored in InfluxDB. This allows developers to easily visualize and compare their benchmark results, making it easier to identify performance improvements or regressions. With `grade`, users can also make decisions about how often to run benchmarks, what hardware to use, and how to analyze the data they collect.