Skip to content

Commit

Permalink
add Congee basic op performance (customBiggerIsBetter) benchmark resu…
Browse files Browse the repository at this point in the history
…lt for 5f4a36d
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 90671b7 commit d66a3e3
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1730888192936,
"lastUpdate": 1731492967303,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -5821,6 +5821,48 @@ window.BENCHMARK_DATA = {
"unit": "QPS"
}
]
},
{
"commit": {
"author": {
"name": "Xiangpeng Hao",
"username": "XiangpengHao",
"email": "[email protected]"
},
"committer": {
"name": "Xiangpeng Hao",
"username": "XiangpengHao",
"email": "[email protected]"
},
"id": "5f4a36d25f16bf2aae4bdc9ab58585cb554aa53c",
"message": "fix fuzzing",
"timestamp": "2024-10-30T16:26:33Z",
"url": "https://github.com/XiangpengHao/congee/commit/5f4a36d25f16bf2aae4bdc9ab58585cb554aa53c"
},
"date": 1731492966964,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "ScanOnly",
"value": 2999967,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 21653881,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10005037,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 19981350,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit d66a3e3

Please sign in to comment.