-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhardware-tweaks.conf
More file actions
35 lines (24 loc) · 839 Bytes
/
hardware-tweaks.conf
File metadata and controls
35 lines (24 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/env bash
set -aeuo pipefail
# Is this an Intel CPU?
# Leaving it empty will attempt to auto-detect
IS_INTEL= #true
# Check this values with `cpupower frequency-info`
# Leaving them empty will attempt to auto-detect
MIN_FREQ= #"400Hz"
MAX_FREQ= #"4.0GHz"
# Fixed frequency to use for all CPUs during the test
TEST_FREQ="3.8GHz"
# Which CPUs to assign to the test framework
TEST_FRAMEWORK_CPUS=1
# Which CPUs to assign to the test application
TEST_APP_CPUS=2-3
# Which CPUs to assign to the driver
TEST_DRIVER_CPUS=4
# Which CPUs to assign to infrastructure containers
TEST_INFRA_CPUS=5-6
# Once you finish configuring, change this to true
HARDWARE_CONFIGURED=false
# If you have https://github.com/async-profiler/async-profiler
# absolute path to libasyncProfiler.so
ASYNC_PROFILER= # /path/to/libasyncProfiler.so