cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.71.7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tools/benchstat/main.go

7lines · modecode

1//go:build tools
2
3package tools
4
5import (
6 _ "golang.org/x/perf/cmd/benchstat"
7)