-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersistent-filechannel-benchmark.txt
70 lines (44 loc) · 1.57 KB
/
persistent-filechannel-benchmark.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
OLD Benchmarks for Version 0.2
Sequential write & sequential read
____________________________________________
Started benchmark: Write benchmark.
6.156396132 seconds.
Started benchmark: Read benchmark during compaction.
12.646693873 seconds.
Started benchmark: Read benchmark after compaction.
8.75120908 seconds.
Random write & random read
____________________________________________
Started benchmark: Write benchmark.
8.484925086 seconds.
Started benchmark: Read benchmark during compaction.
68.857341871 seconds.
Started benchmark: Read benchmark after compaction.
23.454444721 seconds.
Sequential write & random read
____________________________________________
Started benchmark: Write benchmark.
6.106515485 seconds.
Started benchmark: Read benchmark during compaction.
67.815329096 seconds.
Started benchmark: Read benchmark after compaction.
28.585979981 seconds.
Random write & sequential read
____________________________________________
Started benchmark: Write benchmark.
8.28142535 seconds.
Started benchmark: Read benchmark during compaction.
13.367227016 seconds.
Started benchmark: Read benchmark after compaction.
8.032847218 seconds.
Forward iteration
____________________________________________
Started benchmark: Write benchmark.
6.281185711 seconds.
Started benchmark: Forward iteration benchmark during compaction.
14.000499379 seconds.
Started benchmark: Forward iteration benchmark after compaction.
9.207503531 seconds.
Reverse iteration
____________________________________________
Reverse iterations on persistent databases are slow. No benchmark.