Skip to content

Commit

Permalink
add Benchmark (customBiggerIsBetter) benchmark result for b9418ac
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 10, 2025
1 parent ede63f5 commit a018a8d
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736529783671,
"lastUpdate": 1736529827836,
"repoUrl": "https://github.com/LayerZero-Labs/qmdb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -61,6 +61,65 @@ window.BENCHMARK_DATA = {
"unit": "ops/s"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "danielwlz",
"username": "danielwlz"
},
"committer": {
"email": "[email protected]",
"name": "danielwlz",
"username": "danielwlz"
},
"distinct": true,
"id": "b9418acc0bcee80e66f04c9aafa219f765d0eecd",
"message": "Fix broken link",
"timestamp": "2025-01-11T01:20:37+08:00",
"tree_id": "3b613c2a7882aa40fcfb98abc00be95336fd486f",
"url": "https://github.com/LayerZero-Labs/qmdb/commit/b9418acc0bcee80e66f04c9aafa219f765d0eecd"
},
"date": 1736529826545,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Transactions Throughput",
"value": 90908.43802121785,
"unit": "ops/s"
},
{
"name": "Inserts Throughput",
"value": 471906.9476136994,
"unit": "ops/s"
},
{
"name": "Reads Throughput",
"value": 231211.3217562372,
"unit": "ops/s"
},
{
"name": "Reads Latency",
"value": 35,
"unit": "ns"
},
{
"name": "Deletes Throughput",
"value": 301141.08439928794,
"unit": "ops/s"
},
{
"name": "Updates Throughput",
"value": 167049.68765667488,
"unit": "ops/s"
},
{
"name": "Block Population Throughput",
"value": 32.124818024952695,
"unit": "ops/s"
}
]
}
]
}
Expand Down

0 comments on commit a018a8d

Please sign in to comment.