-
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 9f569419abc193815a29bab4cd82e9a920aea28b
- Loading branch information
github-action-benchmark
committed
Dec 13, 2024
1 parent
caefdf8
commit adc2aa4
Showing
2 changed files
with
411 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,130 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1734125092229, | ||
"repoUrl": "https://github.com/slatedb/slatedb", | ||
"entries": { | ||
"src/bencher/benchmark-db.sh": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Chris Riccomini", | ||
"username": "criccomini", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "9f569419abc193815a29bab4cd82e9a920aea28b", | ||
"message": "Add microbenchmarks pprof job (#401)\n\nThis commit adds tikv's [pprof-rs](https://github.com/tikv/pprof-rs) to\r\nour Criterion microbenchmarks. The profiler outputs [pprof protobuf\r\nfiles](https://github.com/google/pprof/blob/main/doc/README.md). You can\r\nvisualize these files using [pprof.me](https://pprof.me) or with\r\nGoogle's [pprof toolchain](https://github.com/google/pprof/tree/main).", | ||
"timestamp": "2024-12-13T20:35:54Z", | ||
"url": "https://github.com/slatedb/slatedb/commit/9f569419abc193815a29bab4cd82e9a920aea28b" | ||
}, | ||
"date": 1734125091761, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SlateDB 100% Puts 4 Threads - Puts/s", | ||
"value": 15796.8, | ||
"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": 17396.684, | ||
"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": 17194.934, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 4 Threads - Gets/s", | ||
"value": 4296.317, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 1 Threads - Puts/s", | ||
"value": 18070.02, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 80% Puts 1 Threads - Gets/s", | ||
"value": 4515.74, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 4 Threads - Puts/s", | ||
"value": 17470.779, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 4 Threads - Gets/s", | ||
"value": 11650.68, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 1 Threads - Puts/s", | ||
"value": 12849.66, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 60% Puts 1 Threads - Gets/s", | ||
"value": 8546.76, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 4 Threads - Puts/s", | ||
"value": 15916.44, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 4 Threads - Gets/s", | ||
"value": 23872.779, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 1 Threads - Puts/s", | ||
"value": 9074.84, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 40% Puts 1 Threads - Gets/s", | ||
"value": 13593.66, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 4 Threads - Puts/s", | ||
"value": 10499.22, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 4 Threads - Gets/s", | ||
"value": 42034, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 1 Threads - Puts/s", | ||
"value": 5522.34, | ||
"unit": "ops/sec" | ||
}, | ||
{ | ||
"name": "SlateDB 20% Puts 1 Threads - Gets/s", | ||
"value": 22073.26, | ||
"unit": "ops/sec" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.