diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-06-02 12:59:53 -0400 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 16:49:13 +0200 |
commit | 744c9688cc58cbf83415439e281c9aa2825fd7f7 (patch) | |
tree | c0f3e3521ca5ff15f51fe0456a420c48c04d2cc0 /nexgb | |
parent | 8ee0ea98997eaa967f862da029cc04e5ae18b90e (diff) | |
download | haven-744c9688cc58cbf83415439e281c9aa2825fd7f7.tar.gz haven-744c9688cc58cbf83415439e281c9aa2825fd7f7.tar.xz haven-744c9688cc58cbf83415439e281c9aa2825fd7f7.zip |
Benchmark with gomaxprocs=3 too
Diffstat (limited to 'nexgb')
-rw-r--r-- | nexgb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/Makefile b/nexgb/Makefile index 6809661..f32e824 100644 --- a/nexgb/Makefile +++ b/nexgb/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.) |