It's a project to take benchmark output from gubernator and graph it using https://github.com/go-echarts/go-echarts
Edit cmd/build-graph/main.go and add the output from the benchmark into the code (you will see the place)
$ go run ./cmd/build-graph$ open benchmark_plot.htmlProfit!