summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/test/benchmark_test.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-14 15:19:53 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-14 15:21:03 -0800
commit48d9aa7ab371691d28a44533f67e495173554098 (patch)
treeb15a7deb10338484e1c37cc52555900cf8f8fb3f /tools/go_marshal/test/benchmark_test.go
parent3557b2665198b57c04924ad4be8dbf9e42cedf71 (diff)
Add a minimal binary target for escape analysis on go-marshal.
Note that this is not an automated test. PiperOrigin-RevId: 295238672
Diffstat (limited to 'tools/go_marshal/test/benchmark_test.go')
-rw-r--r--tools/go_marshal/test/benchmark_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/go_marshal/test/benchmark_test.go b/tools/go_marshal/test/benchmark_test.go
index e12403741..c79defe9e 100644
--- a/tools/go_marshal/test/benchmark_test.go
+++ b/tools/go_marshal/test/benchmark_test.go
@@ -24,7 +24,7 @@ import (
"gvisor.dev/gvisor/pkg/binary"
"gvisor.dev/gvisor/pkg/usermem"
"gvisor.dev/gvisor/tools/go_marshal/analysis"
- test "gvisor.dev/gvisor/tools/go_marshal/test"
+ "gvisor.dev/gvisor/tools/go_marshal/test"
)
// Marshalling using the standard encoding/binary package.