forked from gui-cs/Terminal.Gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench.json
52 lines (52 loc) · 1.17 KB
/
bench.json
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
43
44
45
46
47
48
49
50
51
52
[
{
"Scenario": "Adornments Demo",
"Duration": "00:00:00.1805368",
"IterationCount": 501,
"ClearedContentCount": 0,
"RefreshedCount": 503,
"UpdatedCount": 1,
"DrawCompleteCount": 82,
"LaidOutCount": 82
},
{
"Scenario": "All Views Tester",
"Duration": "00:00:00.1070009",
"IterationCount": 501,
"ClearedContentCount": 0,
"RefreshedCount": 503,
"UpdatedCount": 1,
"DrawCompleteCount": 103,
"LaidOutCount": 182
},
{
"Scenario": "Animation",
"Duration": "00:00:00.0675802",
"IterationCount": 501,
"ClearedContentCount": 0,
"RefreshedCount": 503,
"UpdatedCount": 1,
"DrawCompleteCount": 4,
"LaidOutCount": 4
},
{
"Scenario": "Arrangement",
"Duration": "00:00:00.1284709",
"IterationCount": 501,
"ClearedContentCount": 0,
"RefreshedCount": 503,
"UpdatedCount": 1,
"DrawCompleteCount": 123,
"LaidOutCount": 123
},
{
"Scenario": "ASCIICustomButtonTest",
"Duration": "00:00:01.0613372",
"IterationCount": 30,
"ClearedContentCount": 0,
"RefreshedCount": 32,
"UpdatedCount": 31,
"DrawCompleteCount": 4185,
"LaidOutCount": 2852
}
]