From 87f01b78ebb3233a40bbe854468a62c778bee79a Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Sat, 2 Jun 2012 12:59:53 -0400 Subject: Benchmark with gomaxprocs=3 too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6809661..f32e824 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ test: # Force all xproto benchmarks to run and no tests. bench: - (cd xproto ; go test -run 'nomatch' -bench '.*' -cpu 1,2,6) + (cd xproto ; go test -run 'nomatch' -bench '.*' -cpu 1,2,3,6) # gofmt all non-auto-generated code. # (auto-generated code is already gofmt'd.) -- cgit v1.2.3