-
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 4d435093da965696b43c4239eb504ee2b796d2e6
- Loading branch information
github-action-benchmark
committed
Dec 13, 2024
1 parent
4442cd2
commit 7efeaef
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": 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": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|