-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplotter_example.json
More file actions
42 lines (40 loc) · 1.07 KB
/
plotter_example.json
File metadata and controls
42 lines (40 loc) · 1.07 KB
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
35
36
37
38
39
40
41
42
{
"folder": "tests-plots",
"json-file-input": "test.json",
"allocator": "",
"iterations": 2,
"compiled-path": "./bin/",
"competitors": [
{
"bin-name": "aksenov_splaylist_64.debra",
"display-name": "Aksenov Splaylist",
"data-structure-arguments": {
}
},
{
"bin-name": "srivastava_abtree_mcs.debra",
"display-name": "Srivastava ABTree",
"data-structure-arguments": {
}
}
],
"keys": [
{
"name": "test.threadLoopBuilders.0.quantity",
"values": [1, 2, 4, 8]
},
{
"name": "test.threadLoopBuilders.1.quantity",
"values": [1, 2, 4, 8]
},
{
"name": "test.numThreads",
"values": [2, 4, 8, 16]
}
],
"key_title": "NumberofThreads",
"keys_title": ["2", "4", "8", "16"],
"aggregate_stat": "average_num_operations_total",
"y_label": "Average number of operations total",
"y_scale": "log"
}