Skip to content

Commit f099741

Browse files
committed
change the cache test yaml file arrangement
1 parent a814ead commit f099741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/basic_performance/scripts/batch/200_cache_heatmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
job_id: 200 # enum class JobId : uint32_t @ src/core/system_define.h
2-
test_type: 0 # 0: measure access latency, 1: measure flush latency
32
repeat: 32
4-
use_flush: 0 # 0: no flush, 1: use flush after one round of access
3+
test_type: 0 # 0: measure access latency, 1: measure flush latency
4+
use_flush: 0 # 0: no flush, 1: flush after one round of access
5+
flush_type: [0] # 0: clflush, 1: clflushopt, 2: clwb
6+
ldst_type: [0] # 0: regular # TODO: add support for 1: non-temporal, 2: atomic
57
core_id: [0, 20] # two cores on the different sockets
68
node_id: [2] # access memory on node_id
7-
flush_type: [0] # 0: clflush, 1: clflushopt, 2: clwb
8-
ldst_type: [0] # 0: temporal # TODO: add support for 1: non-temporal, 2: atomic
99
access_order: [0] # 0: random, 1: sequential
1010
stride_size_array: [0x40, 0x80, 0x100, 0x200,
1111
0x400, 0x800, 0x1000, 0x2000,

0 commit comments

Comments
 (0)