-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add src/bencher/benchmark-db.sh (customBiggerIsBetter) benchmark resu…
…lt for c69d2dea5a75f383efbcbc60d73b1a4ec643d9a8
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
fed7825
commit 274be33
Showing
1 changed file
with
123 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|