From dce316936bafcd37b1ffeff372d44641a3d68169 Mon Sep 17 00:00:00 2001 From: Menghan Li <menghanl@google.com> Date: Tue, 19 Sep 2017 16:43:00 -0700 Subject: [PATCH] Move primitives benchmarks to package primitives_test (#1522) --- benchmark/primitives/primitives_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/primitives/primitives_test.go b/benchmark/primitives/primitives_test.go index 01012e44..1570c877 100644 --- a/benchmark/primitives/primitives_test.go +++ b/benchmark/primitives/primitives_test.go @@ -16,9 +16,9 @@ * */ -// Package primitives contains benchmarks for various synchronization primitives +// Package primitives_test contains benchmarks for various synchronization primitives // available in Go. -package primitives +package primitives_test import ( "sync"