Disable hyperthreading on Apollo for macro benchmark tests.
Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D929
This commit is contained in:
parent
fc240fbb67
commit
df4933ea0f
@ -45,4 +45,4 @@ def set_cpus(flag_name, process, args):
|
||||
assert not APOLLO or cpus, \
|
||||
"flag --{} is obligatory on Apollo".format(flag_name)
|
||||
if cpus:
|
||||
process.set_cpus(cpus)
|
||||
process.set_cpus(cpus, hyper = False)
|
||||
|
Loading…
Reference in New Issue
Block a user