-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathraft2A-dstest.txt
49 lines (46 loc) · 4.2 KB
/
raft2A-dstest.txt
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
Run as `./dstest -p50 -n16 -l -g2 -m256 -ff -pa 2A`
Running with 50 workers / 8 CPU cores available
Running on CPU model: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Running with go version go1.17.6 linux/amd64
Running with verbosity level: 1
Initial iterations: 16
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestInitialElection2A │ 0 │ 16 │ 5.53 ± 0.28 │
│ TestReElection2A │ 0 │ 16 │ 8.03 ± 0.41 │
│ TestManyElections2A │ 0 │ 16 │ 9.53 ± 1.01 │
└───────────────────────┴────────┴───────┴─────────────┘
Increasing iterations to 32
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestInitialElection2A │ 0 │ 32 │ 4.59 ± 1.10 │
│ TestReElection2A │ 0 │ 32 │ 7.11 ± 1.09 │
│ TestManyElections2A │ 0 │ 32 │ 8.53 ± 1.39 │
└───────────────────────┴────────┴───────┴─────────────┘
Increasing iterations to 64
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestInitialElection2A │ 0 │ 64 │ 4.13 ± 1.02 │
│ TestReElection2A │ 0 │ 64 │ 6.63 ± 1.17 │
│ TestManyElections2A │ 0 │ 64 │ 7.98 ± 1.15 │
└───────────────────────┴────────┴───────┴─────────────┘
Increasing iterations to 128
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestInitialElection2A │ 0 │ 128 │ 3.67 ± 0.80 │
│ TestReElection2A │ 0 │ 128 │ 6.16 ± 0.87 │
│ TestManyElections2A │ 0 │ 128 │ 7.59 ± 1.12 │
└───────────────────────┴────────┴───────┴─────────────┘
Increasing iterations to 256
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestInitialElection2A │ 0 │ 256 │ 3.51 ± 0.57 │
│ TestReElection2A │ 0 │ 256 │ 5.97 ± 0.62 │
│ TestManyElections2A │ 0 │ 256 │ 7.43 ± 0.90 │
└───────────────────────┴────────┴───────┴─────────────┘
Completed 496 iterations in total