-
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 c43753e12659216ddfeb553be204ee22ec9e4e9f
- Loading branch information
github-action-benchmark
committed
Dec 16, 2024
1 parent
77cb227
commit 12429db
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": 1734251666517, | ||
"lastUpdate": 1734338316273, | ||
"repoUrl": "https://github.com/slatedb/slatedb", | ||
"entries": { | ||
"src/bencher/benchmark-db.sh": [ | ||
|
@@ -490,6 +490,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": "c43753e12659216ddfeb553be204ee22ec9e4e9f", | ||
"message": "Add CLEAN_SLATE.md (#361)\n\nAdding a brief style guide to for SlateDB. The The guide is meant to clarify why and how we make changes to the project. This includes:\r\n\r\n- How we decide which features should be added to SlateDB and which should be left out.\r\n- How new features should be designed and implemented.\r\n- How we evaluate changes to the project governance and decision-making processes.", | ||
"timestamp": "2024-12-15T00:51:36Z", | ||
"url": "https://github.com/slatedb/slatedb/commit/c43753e12659216ddfeb553be204ee22ec9e4e9f" | ||
}, | ||
"date": 1734338315820, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SlateDB 100% Puts 4 Threads - Puts/s", | ||
"value": 16758.4, | ||
"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": 15736.15, | ||
"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": 16874.732, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 4 Threads - Gets/s", | ||
"value": 4225.717, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 1 Threads - Puts/s", | ||
"value": 17301.76, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 1 Threads - Gets/s", | ||
"value": 4340.84, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 4 Threads - Puts/s", | ||
"value": 16205.25, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 4 Threads - Gets/s", | ||
"value": 10788.533, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 1 Threads - Puts/s", | ||
"value": 12684.5, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 1 Threads - Gets/s", | ||
"value": 8472.28, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 4 Threads - Puts/s", | ||
"value": 16228.4, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 4 Threads - Gets/s", | ||
"value": 24308.66, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 1 Threads - Puts/s", | ||
"value": 9125.24, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 1 Threads - Gets/s", | ||
"value": 13670.2, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 4 Threads - Puts/s", | ||
"value": 10495.1, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 4 Threads - Gets/s", | ||
"value": 41970.32, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 1 Threads - Puts/s", | ||
"value": 5613.92, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 1 Threads - Gets/s", | ||
"value": 22432.859, | ||
"unit": "ops/sec" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|