summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/fs
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-07-15 18:19:52 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-15 18:21:51 -0700
commit5c8c0d65b9062dcbe195e7131a6a3c3fb8ba9583 (patch)
tree6b547e821ec9d073778a7dc2bb03b2de3622db21 /test/benchmarks/fs
parente92f38ff0cd2e490637df2081fc8f75ddaf32937 (diff)
Port httpd benchmark
PiperOrigin-RevId: 321478001
Diffstat (limited to 'test/benchmarks/fs')
-rw-r--r--test/benchmarks/fs/bazel_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/benchmarks/fs/bazel_test.go b/test/benchmarks/fs/bazel_test.go
index aabcdbd87..b7915e19d 100644
--- a/test/benchmarks/fs/bazel_test.go
+++ b/test/benchmarks/fs/bazel_test.go
@@ -32,6 +32,7 @@ func BenchmarkABSL(b *testing.B) {
if err != nil {
b.Fatalf("failed to get machine: %v", err)
}
+ defer machine.CleanUp()
// Dimensions here are clean/dirty cache (do or don't drop caches)
// and if the mount on which we are compiling is a tmpfs/bind mount.