From 1b15899462cbce727ce505439523359d97f9e213 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 26 Jan 2024 09:55:58 +0800 Subject: [PATCH] Move jobs to correct location in benchmark.conf.sample --- doc/benchmark.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/benchmark.conf.sample b/doc/benchmark.conf.sample index 528d33e0..b1224460 100644 --- a/doc/benchmark.conf.sample +++ b/doc/benchmark.conf.sample @@ -59,6 +59,9 @@ pkg_only = # really understand what you are doing! install = True +# Specify '-j' parameter in 'make' command +jobs = 8 + [run_benchmark] # Run "sudo python3 -m pyperf system tune" before running benchmarks? @@ -79,9 +82,6 @@ affinity = # disabled. upload = False -# Specify '-j' parameter in 'make' command -jobs = 8 - # Configuration to upload results to a Codespeed website [upload]