diff --git a/performance/benchmarks/main/data.js b/performance/benchmarks/main/data.js index b276301..2724f82 100644 --- a/performance/benchmarks/main/data.js +++ b/performance/benchmarks/main/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1734125092229, + "lastUpdate": 1734126367731, "repoUrl": "https://github.com/slatedb/slatedb", "entries": { "src/bencher/benchmark-db.sh": [ @@ -124,6 +124,128 @@ window.BENCHMARK_DATA = { "unit": "ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "Chris Riccomini", + "username": "criccomini", + "email": "criccomini@users.noreply.github.com" + }, + "committer": { + "name": "GitHub", + "username": "web-flow", + "email": "noreply@github.com" + }, + "id": "4d435093da965696b43c4239eb504ee2b796d2e6", + "message": "Remove pprof's using `-f` in nightly (#403)", + "timestamp": "2024-12-13T21:33:22Z", + "url": "https://github.com/slatedb/slatedb/commit/4d435093da965696b43c4239eb504ee2b796d2e6" + }, + "date": 1734126367259, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "SlateDB 100% Puts 4 Threads - Puts/s", + "value": 16911.518, + "unit": "ops/sec" + }, + { + "name": "SlateDB 100% Puts 4 Threads - Gets/s", + "value": 0, + "unit": "ops/sec" + }, + { + "name": "SlateDB 100% Puts 1 Threads - Puts/s", + "value": 17094.816, + "unit": "ops/sec" + }, + { + "name": "SlateDB 100% Puts 1 Threads - Gets/s", + "value": 0, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 4 Threads - Puts/s", + "value": 17563.699, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 4 Threads - Gets/s", + "value": 4384.433, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 1 Threads - Puts/s", + "value": 16941.32, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 1 Threads - Gets/s", + "value": 4243.42, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 4 Threads - Puts/s", + "value": 17758.859, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 4 Threads - Gets/s", + "value": 11815.74, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 1 Threads - Puts/s", + "value": 12476.48, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 1 Threads - Gets/s", + "value": 8341.36, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 4 Threads - Puts/s", + "value": 15968.74, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 4 Threads - Gets/s", + "value": 23962.9, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 1 Threads - Puts/s", + "value": 8976.74, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 1 Threads - Gets/s", + "value": 13443.32, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 4 Threads - Puts/s", + "value": 10472.58, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 4 Threads - Gets/s", + "value": 41866.98, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 1 Threads - Puts/s", + "value": 5512.76, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 1 Threads - Gets/s", + "value": 21999, + "unit": "ops/sec" + } + ] } ] }