Skip to content

Commit

Permalink
benchmark update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkli08 committed Oct 5, 2024
1 parent ff8c2d6 commit 96a0451
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
51 changes: 36 additions & 15 deletions Benchmark/put_throughput/macos_put_throughput.csv
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
MemtableSizeMB,DataSizeMB,Throughput(MB/s)
5,128,3459.46
5,256,3820.9
5,512,3506.85
5,1024,236.544
5,2048,158.834
5,4096,159.192
5,1,inf
5,2,inf
5,4,inf
5,8,8000
5,16,5333.33
5,32,5333.33
5,64,4266.67
5,128,4129.03
5,256,3764.71
5,512,3531.03
5,1024,239.476
5,2048,162.617
5,4096,163.038
25,1,inf
25,2,inf
25,4,inf
25,8,8000
25,16,5333.33
25,32,4571.43
25,64,4266.67
25,128,3878.79
25,256,3657.14
25,512,3436.24
25,1024,3210.03
25,2048,2976.74
25,4096,189.192
125,128,3878.79
25,256,3710.14
25,512,3413.33
25,1024,3230.28
25,2048,3052.16
25,4096,186.03
125,1,inf
125,2,inf
125,4,inf
125,8,8000
125,16,5333.33
125,32,4571.43
125,64,4266.67
125,128,4000
125,256,3657.14
125,512,3436.24
125,1024,3220.13
125,2048,3052.16
125,4096,2811.26
125,1024,3190.03
125,2048,2985.42
125,4096,2894.7
2 changes: 1 addition & 1 deletion Benchmark/put_throughput_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace std::chrono;

// Constants for benchmark
constexpr size_t MB = 1024 * 1024 / 128; // 1MB in bytes
constexpr size_t START_DATA_SIZE_MB = 128; // Start with 1 MB
constexpr size_t START_DATA_SIZE_MB = 1; // Start with 1 MB
constexpr size_t END_DATA_SIZE_MB = 4096; // End with 512 MB (adjust as needed)
const std::string DB_NAME = "benchmark_db";

Expand Down

0 comments on commit 96a0451

Please sign in to comment.