-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemory-benchmarks.txt
78 lines (49 loc) · 1.72 KB
/
memory-benchmarks.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
71
72
73
74
75
76
77
78
OLD Benchmarks for Version 0.2
Sequential write & sequential read
____________________________________________
Started benchmark: Write benchmark.
1.536804703 seconds.
Started benchmark: Read benchmark during compaction.
2.976355357 seconds.
Started benchmark: Read benchmark after compaction.
1.653323858 seconds.
Random write & random read
____________________________________________
Started benchmark: Write benchmark.
3.199287649 seconds.
Started benchmark: Read benchmark during compaction.
12.942004988 seconds.
Started benchmark: Read benchmark after compaction.
6.298416816 seconds.
Sequential write & random read
____________________________________________
Started benchmark: Write benchmark.
1.607766528 seconds.
Started benchmark: Read benchmark during compaction.
5.533098456 seconds.
Started benchmark: Read benchmark after compaction.
4.460922371 seconds.
Random write & sequential read
____________________________________________
Started benchmark: Write benchmark.
3.35219647 seconds.
Started benchmark: Read benchmark during compaction.
6.053080005 seconds.
Started benchmark: Read benchmark after compaction.
4.618083462 seconds.
Forward iteration
____________________________________________
Started benchmark: Write benchmark.
1.611579426 seconds.
Started benchmark: Forward iteration benchmark during compaction.
3.284882537 seconds.
Started benchmark: Forward iteration benchmark after compaction.
1.590315951 seconds.
Reverse iteration
____________________________________________
Started benchmark: Write benchmark.
1.652385965 seconds.
Started benchmark: Reverse iteration benchmark during compaction.
3.222867462 seconds.
Started benchmark: Reverse iteration benchmark after compaction.
1.690222112 seconds.