Skip to content

Commit dcf71dc

Browse files
Move jobs to correct location in benchmark.conf.sample (#326)
1 parent 32c6bbf commit dcf71dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/benchmark.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ pkg_only =
5959
# really understand what you are doing!
6060
install = True
6161

62+
# Specify '-j' parameter in 'make' command
63+
jobs = 8
64+
6265

6366
[run_benchmark]
6467
# Run "sudo python3 -m pyperf system tune" before running benchmarks?
@@ -79,9 +82,6 @@ affinity =
7982
# disabled.
8083
upload = False
8184

82-
# Specify '-j' parameter in 'make' command
83-
jobs = 8
84-
8585

8686
# Configuration to upload results to a Codespeed website
8787
[upload]

0 commit comments

Comments
 (0)