1# Description: 2# Auto-imported from github.com/google/pprof/internal/proftest 3 4licenses(["notice"]) 5 6package( 7 default_applicable_licenses = ["//third_party/golang/pprof:license"], 8 default_visibility = ["//third_party/golang/pprof/internal:friends"], 9) 10 11go_library( 12 name = "proftest", 13 srcs = ["proftest.go"], 14 embedsrcs = ["testdata/large.cpu"], 15)