-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customBiggerIsBetter) benchmark result for b9418ac
- 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.
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": 1736529783671, | ||
"lastUpdate": 1736529827836, | ||
"repoUrl": "https://github.com/LayerZero-Labs/qmdb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|