Skip to content

Commit

Permalink
bench: disable numa-interleave filling of cores
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 20, 2024
1 parent a1cc5ce commit 341be41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion benchmarks/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ def count_cores_per_numa_node():

SECONDS = 60

MODES=['fill', 'interleave']
MODES=[
'fill'
# , 'interleave' -- disable for speeding up SOSP'24 artifact evaluation
]
CORES_PER_NODE = count_cores_per_numa_node()
NODES = count_numa_nodes()
MAX_THREADS = NODES * CORES_PER_NODE
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ironsync/ironsync-osdi2023

0 comments on commit 341be41

Please sign in to comment.