Files
karma/tools/benchstat/main.go
2021-08-17 09:52:15 +01:00

8 lines
81 B
Go

//go:build tools
package tools
import (
_ "golang.org/x/perf/cmd/benchstat"
)