diff options
author | Adrian <z3r0@hubble.local> | 2022-07-07 12:46:16 -0700 |
---|---|---|
committer | Adrian <z3r0@hubble.local> | 2022-07-07 12:46:16 -0700 |
commit | c56b6a07c77f6668380dcc1b5ed68d417ad96209 (patch) | |
tree | 61fa4fb7d36bb7757514af3b75ce71bd7691df79 | |
parent | 813cc460f437eb650d10f87e46890133342bf94b (diff) |
updates to throttle test
-rwxr-xr-x | bin/stress_ng_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/stress_ng_test.py b/bin/stress_ng_test.py index fd5937f..e21fe53 100755 --- a/bin/stress_ng_test.py +++ b/bin/stress_ng_test.py @@ -134,6 +134,8 @@ def stress_cpu(args): return retval +# Define memory-related functions... + def num_numa_nodes(): """Return the number of NUMA nodes supported by the CPU.""" |