summaryrefslogtreecommitdiff
path: root/test/bench/fannkuch-parallel.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/bench/fannkuch-parallel.go')
-rw-r--r--test/bench/fannkuch-parallel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/fannkuch-parallel.go b/test/bench/fannkuch-parallel.go
index 7897eac05..7e9b98d50 100644
--- a/test/bench/fannkuch-parallel.go
+++ b/test/bench/fannkuch-parallel.go
@@ -44,7 +44,7 @@ import (
)
var n = flag.Int("n", 7, "count")
-var nCPU = flag.Int("ncpu", 2, "number of cpus")
+var nCPU = flag.Int("ncpu", 4, "number of cpus")
type Job struct {
start []int