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 e2c8bdf
  • Loading branch information
github-action-benchmark committed Nov 21, 2024
1 parent d66a3e3 commit 02edb16
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 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": 1731492967303,
"lastUpdate": 1732222314212,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -5863,6 +5863,50 @@ window.BENCHMARK_DATA = {
"unit": "QPS"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Xiangpeng Hao",
"username": "XiangpengHao"
},
"committer": {
"email": "[email protected]",
"name": "Xiangpeng Hao",
"username": "XiangpengHao"
},
"distinct": true,
"id": "e2c8bdffec7cf69ffb0a10a05a75981076d9b8ce",
"message": "fix a old bug",
"timestamp": "2024-11-21T14:31:51-06:00",
"tree_id": "0f3690ad80a788fdf61ee47ddb7fca0ae055df3d",
"url": "https://github.com/XiangpengHao/congee/commit/e2c8bdffec7cf69ffb0a10a05a75981076d9b8ce"
},
"date": 1732222313918,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "ScanOnly",
"value": 3176983,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 19144144,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 21924604,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10459993,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit 02edb16

Please sign in to comment.