summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/ext/benchmark/BUILD
blob: 73999770ae931614e3c4fd7ff4625e483cca3ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load("//tools/go_stateify:defs.bzl", "go_test")

package(licenses = ["notice"])

go_test(
    name = "benchmark_test",
    size = "small",
    srcs = ["benchmark_test.go"],
    deps = [
        "//pkg/sentry/context",
        "//pkg/sentry/context/contexttest",
        "//pkg/sentry/fs/ext",
        "//pkg/sentry/kernel/auth",
        "//pkg/sentry/vfs",
    ],
)