mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
16 lines
373 B
Python
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"],
|
|
)
|