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 89c7d6d
  • Loading branch information
github-action-benchmark committed Oct 7, 2024
1 parent d7f50ba commit b473abe
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": 1727864153317,
"lastUpdate": 1728322421569,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -5431,6 +5431,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": "89c7d6de6d6c72d7da2df0fece9643e7bf5c6a10",
"message": "update ci",
"timestamp": "2024-10-07T12:19:40-05:00",
"tree_id": "4412fd5efb88e5be0ddb0f9e05a085127a8ef020",
"url": "https://github.com/XiangpengHao/congee/commit/89c7d6de6d6c72d7da2df0fece9643e7bf5c6a10"
},
"date": 1728322421240,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "UpdateOnly",
"value": 22402715,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 23541614,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3110489,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10582329,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit b473abe

Please sign in to comment.