We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c6bbf commit dcf71dcCopy full SHA for dcf71dc
1 file changed
doc/benchmark.conf.sample
@@ -59,6 +59,9 @@ pkg_only =
59
# really understand what you are doing!
60
install = True
61
62
+# Specify '-j' parameter in 'make' command
63
+jobs = 8
64
+
65
66
[run_benchmark]
67
# Run "sudo python3 -m pyperf system tune" before running benchmarks?
@@ -79,9 +82,6 @@ affinity =
79
82
# disabled.
80
83
upload = False
81
84
-# Specify '-j' parameter in 'make' command
-jobs = 8
-
85
86
# Configuration to upload results to a Codespeed website
87
[upload]
0 commit comments