-
Notifications
You must be signed in to change notification settings - Fork 52
/
shard4A-dstest.txt
36 lines (33 loc) · 2.58 KB
/
shard4A-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
Run as `./dstest -p24 -n128 -l -g2 -m1024 -ff -ts TestBasic,TestMulti`
Running with 24 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
Initial iterations: 128
┏━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestBasic │ 0 │ 128 │ 2.91 ± 0.56 │
│ TestMulti │ 0 │ 128 │ 1.52 ± 0.34 │
└───────────┴────────┴───────┴─────────────┘
Increasing iterations to 256
┏━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestBasic │ 0 │ 256 │ 2.90 ± 0.52 │
│ TestMulti │ 0 │ 256 │ 1.49 ± 0.28 │
└───────────┴────────┴───────┴─────────────┘
Increasing iterations to 512
┏━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestBasic │ 0 │ 512 │ 2.90 ± 0.51 │
│ TestMulti │ 0 │ 512 │ 1.51 ± 0.22 │
└───────────┴────────┴───────┴─────────────┘
Increasing iterations to 1024
┏━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━┩
│ TestBasic │ 0 │ 1024 │ 2.92 ± 0.51 │
│ TestMulti │ 0 │ 1024 │ 1.51 ± 0.19 │
└───────────┴────────┴───────┴─────────────┘
Completed 1920 iterations in total