Benchmark with gomaxprocs=3 too

This commit is contained in:
Andrew Gallant (Ocelot) 2012-06-02 12:59:53 -04:00 committed by Přemysl Janouch
parent 8ee0ea9899
commit 744c9688cc
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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.)