Skip to content

Commit

Permalink
add src/bencher/benchmark-db.sh (customBiggerIsBetter) benchmark resu…
Browse files Browse the repository at this point in the history
…lt for bb1c7172275ec652b7d72a060877bffa6d8a995c
  • Loading branch information
github-action-benchmark committed Dec 21, 2024
1 parent 735f90b commit b3f5af7
Showing 1 changed file with 123 additions and 1 deletion.
124 changes: 123 additions & 1 deletion performance/benchmarks/main/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1734683655485,
"lastUpdate": 1734769976062,
"repoUrl": "https://github.com/slatedb/slatedb",
"entries": {
"src/bencher/benchmark-db.sh": [
Expand Down Expand Up @@ -1100,6 +1100,128 @@ window.BENCHMARK_DATA = {
"unit": "ops/sec"
}
]
},
{
"commit": {
"author": {
"name": "Jeffrey lean",
"username": "jeffreylean",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "bb1c7172275ec652b7d72a060877bffa6d8a995c",
"message": "Add checksum to filter and index block (#412)\n\n- Add checksum to both filter and index block, and do checksum\r\nvalidation while decoding them.\r\n\r\nFixes #365",
"timestamp": "2024-12-20T19:39:15Z",
"url": "https://github.com/slatedb/slatedb/commit/bb1c7172275ec652b7d72a060877bffa6d8a995c"
},
"date": 1734769975555,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "SlateDB 100% Puts 4 Threads - Puts/s",
"value": 16963.584,
"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": 17110.084,
"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": 17632.934,
"unit": "ops/sec"
},
{
"name": "SlateDB 80% Puts 4 Threads - Gets/s",
"value": 4390.55,
"unit": "ops/sec"
},
{
"name": "SlateDB 80% Puts 1 Threads - Puts/s",
"value": 16108.62,
"unit": "ops/sec"
},
{
"name": "SlateDB 80% Puts 1 Threads - Gets/s",
"value": 4017.9,
"unit": "ops/sec"
},
{
"name": "SlateDB 60% Puts 4 Threads - Puts/s",
"value": 16159.35,
"unit": "ops/sec"
},
{
"name": "SlateDB 60% Puts 4 Threads - Gets/s",
"value": 10771.134,
"unit": "ops/sec"
},
{
"name": "SlateDB 60% Puts 1 Threads - Puts/s",
"value": 12383.12,
"unit": "ops/sec"
},
{
"name": "SlateDB 60% Puts 1 Threads - Gets/s",
"value": 8257.1,
"unit": "ops/sec"
},
{
"name": "SlateDB 40% Puts 4 Threads - Puts/s",
"value": 15722.14,
"unit": "ops/sec"
},
{
"name": "SlateDB 40% Puts 4 Threads - Gets/s",
"value": 23558.98,
"unit": "ops/sec"
},
{
"name": "SlateDB 40% Puts 1 Threads - Puts/s",
"value": 8968.76,
"unit": "ops/sec"
},
{
"name": "SlateDB 40% Puts 1 Threads - Gets/s",
"value": 13438.92,
"unit": "ops/sec"
},
{
"name": "SlateDB 20% Puts 4 Threads - Puts/s",
"value": 10460.82,
"unit": "ops/sec"
},
{
"name": "SlateDB 20% Puts 4 Threads - Gets/s",
"value": 41927.32,
"unit": "ops/sec"
},
{
"name": "SlateDB 20% Puts 1 Threads - Puts/s",
"value": 5611.6,
"unit": "ops/sec"
},
{
"name": "SlateDB 20% Puts 1 Threads - Gets/s",
"value": 22419.08,
"unit": "ops/sec"
}
]
}
]
}
Expand Down

0 comments on commit b3f5af7

Please sign in to comment.