From 274be333e61eb842c787aee32ec545f5a246b406 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 12 Dec 2024 08:36:57 +0000 Subject: [PATCH] add src/bencher/benchmark-db.sh (customBiggerIsBetter) benchmark result for c69d2dea5a75f383efbcbc60d73b1a4ec643d9a8 --- performance/benchmarks/main/data.js | 124 +++++++++++++++++++++++++++- 1 file changed, 123 insertions(+), 1 deletion(-) diff --git a/performance/benchmarks/main/data.js b/performance/benchmarks/main/data.js index 1a85015..f263550 100644 --- a/performance/benchmarks/main/data.js +++ b/performance/benchmarks/main/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733906280502, + "lastUpdate": 1733992617665, "repoUrl": "https://github.com/slatedb/slatedb", "entries": { "src/bencher/benchmark-db.sh": [ @@ -368,6 +368,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": "c69d2dea5a75f383efbcbc60d73b1a4ec643d9a8", + "message": "Add merge operator to readme", + "timestamp": "2024-12-12T02:44:40Z", + "url": "https://github.com/slatedb/slatedb/commit/c69d2dea5a75f383efbcbc60d73b1a4ec643d9a8" + }, + "date": 1733992617154, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "SlateDB 100% Puts 4 Threads - Puts/s", + "value": 16798.551, + "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": 16945, + "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": 17967.721, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 4 Threads - Gets/s", + "value": 4496.36, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 1 Threads - Puts/s", + "value": 16216.24, + "unit": "ops/sec" + }, + { + "name": "SlateDB 80% Puts 1 Threads - Gets/s", + "value": 4046.66, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 4 Threads - Puts/s", + "value": 18351.119, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 4 Threads - Gets/s", + "value": 12230.52, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 1 Threads - Puts/s", + "value": 12451.78, + "unit": "ops/sec" + }, + { + "name": "SlateDB 60% Puts 1 Threads - Gets/s", + "value": 8286.3, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 4 Threads - Puts/s", + "value": 16108.06, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 4 Threads - Gets/s", + "value": 24244.619, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 1 Threads - Puts/s", + "value": 9048.78, + "unit": "ops/sec" + }, + { + "name": "SlateDB 40% Puts 1 Threads - Gets/s", + "value": 13542.38, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 4 Threads - Puts/s", + "value": 10453, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 4 Threads - Gets/s", + "value": 41804.301, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 1 Threads - Puts/s", + "value": 5570.04, + "unit": "ops/sec" + }, + { + "name": "SlateDB 20% Puts 1 Threads - Gets/s", + "value": 22274, + "unit": "ops/sec" + } + ] } ] }