Skip to content

Commit

Permalink
update linux benchmark ..
Browse files Browse the repository at this point in the history
  • Loading branch information
kkli08 committed Oct 4, 2024
1 parent bdb70e9 commit 5baa518
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 30 deletions.
37 changes: 37 additions & 0 deletions Benchmark/get_latency/linux_get_latency.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MemtableSizeMB,DataSizeMB,AverageLatency(ms)
25,1,0
25,2,0
25,4,0
25,8,0.00195312
25,16,0.000976562
25,32,0.000976562
25,64,0.0012207
25,128,0.00146484
25,256,0.00158691
25,512,0.00167847
25,1024,0.00183105
25,2048,0.00193787
50,1,0
50,2,0
50,4,0
50,8,0
50,16,0.000976562
50,32,0.000976562
50,64,0.0012207
50,128,0.00146484
50,256,0.00152588
50,512,0.00164795
50,1024,0.00180054
50,2048,0.00193787
100,1,0
100,2,0
100,4,0
100,8,0
100,16,0.000976562
100,32,0.000976562
100,64,0.0012207
100,128,0.00146484
100,256,0.00152588
100,512,0.00167847
100,1024,0.0018158
100,2048,0.00195312
66 changes: 36 additions & 30 deletions Benchmark/put_throughput/linux_put_throughput.csv
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
MemtableSizeMB,DataSizeMB,Throughput(MB/s)
1,1,45.4545
1,2,40.8163
1,4,42.5532
1,8,41.6667
1,16,39.312
1,32,33.4728
1,64,32.6531
1,128,9.66986
1,256,9.20334
1,512,8.77915
5,1,47.619
5,2,44.4444
5,4,37.037
5,8,38.2775
5,16,37.123
5,32,34.52
5,64,33.316
5,128,30.6881
5,256,28.2311
5,512,23.1297
10,1,38.4615
10,2,42.5532
10,4,39.2157
10,8,40.201
10,16,38.6473
10,32,37.2093
10,64,32.9049
10,128,29.2104
10,256,27.1158
10,512,23.3119
25,1,inf
25,2,inf
25,4,4000
25,8,8000
25,16,8000
25,32,3555.56
25,64,4571.43
25,128,4923.08
25,256,5565.22
25,512,6168.67
25,1024,5389.47
25,2048,5007.33
50,1,inf
50,2,inf
50,4,inf
50,8,8000
50,16,1230.77
50,32,5333.33
50,64,1254.9
50,128,3878.79
50,256,4266.67
50,512,3240.51
50,1024,5120
50,2048,5237.85
100,1,inf
100,2,inf
100,4,inf
100,8,8000
100,16,8000
100,32,8000
100,64,7111.11
100,128,6400
100,256,6095.24
100,512,5565.22
100,1024,5688.89
100,2048,5580.38
37 changes: 37 additions & 0 deletions Benchmark/scan_throughput/linux_scan_throughput.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MemtableSizeMB,DataSizeMB,Throughput(MB/s)
25,1,inf
25,2,inf
25,4,inf
25,8,inf
25,16,inf
25,32,6303.22
25,64,25212.9
25,128,25212.9
25,256,25212.9
25,512,20170.3
25,1024,19209.8
25,2048,18336.4
50,1,inf
50,2,inf
50,4,inf
50,8,inf
50,16,inf
50,32,inf
50,64,25212.9
50,128,25212.9
50,256,25212.9
50,512,20170.3
50,1024,19209.8
50,2048,18336.4
100,1,inf
100,2,inf
100,4,inf
100,8,inf
100,16,inf
100,32,inf
100,64,25212.9
100,128,25212.9
100,256,25212.9
100,512,20170.3
100,1024,19209.8
100,2048,18336.4

0 comments on commit 5baa518

Please sign in to comment.