Skip to content

Commit

Permalink
Update multichase Git version and add Transparent Huge Pages via '-H'.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566474054
  • Loading branch information
andyz422 authored and copybara-github committed Sep 19, 2023
1 parent fc2323a commit e08dfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def Run(benchmark_spec):
base_metadata['numactl_options'] = FLAGS.multichase_numactl_options

multichase_path = posixpath.join(vm_state.multichase_dir, 'multichase')
base_cmd.extend((multichase_path, '-a', '-v'))
base_cmd.extend((multichase_path, '-a', '-v', '-H'))

chase_type = FLAGS.multichase_chase_type
if _CHASES[chase_type]:
Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/linux_packages/multichase.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""Module containing multichase installation and cleanup functions."""

GIT_PATH = 'https://github.com/google/multichase'
GIT_VERSION = 'ebd614435f9d510963c5568d840ff647ca8e3701'
GIT_VERSION = '6188a9fba4cc2edd736e8082aa8911686ae6bc66'
INSTALL_PATH = 'multichase'


Expand Down

0 comments on commit e08dfa7

Please sign in to comment.