summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-06-02 12:59:53 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-06-02 12:59:53 -0400
commit87f01b78ebb3233a40bbe854468a62c778bee79a (patch)
tree1f9af8b74e837d45bcc99396b4b42a7c8809039a
parente2cf1a5a451f002b743215bc65f61618612de61c (diff)
Benchmark with gomaxprocs=3 too
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.)