Benchmark with gomaxprocs=3 too
This commit is contained in:
parent
8ee0ea9899
commit
744c9688cc
|
@ -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.)
|
||||
|
|
Loading…
Reference in New Issue