Files
monibuca/plugin/debug/pkg/internal/proftest/BUILD
2024-12-16 20:06:39 +08:00

16 lines
373 B
Python

# Description:
# Auto-imported from m7s.live/v5/plugin/debug/pkg/internal/proftest
licenses(["notice"])
package(
default_applicable_licenses = ["//third_party/golang/pprof:license"],
default_visibility = ["//third_party/golang/pprof/internal:friends"],
)
go_library(
name = "proftest",
srcs = ["proftest.go"],
embedsrcs = ["testdata/large.cpu"],
)