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 ab7e10a
  • Loading branch information
github-action-benchmark committed Oct 30, 2024
1 parent b7cc230 commit 573e862
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": 1729678703005,
"lastUpdate": 1730305213971,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -5603,6 +5603,50 @@ window.BENCHMARK_DATA = {
"unit": "QPS"
}
]
},
{
"commit": {
"author": {
"email": "haoxiangpeng123@gmail.com",
"name": "Xiangpeng Hao",
"username": "XiangpengHao"
},
"committer": {
"email": "haoxiangpeng123@gmail.com",
"name": "Xiangpeng Hao",
"username": "XiangpengHao"
},
"distinct": true,
"id": "ab7e10a04de5e7c20cff70afe79b4d6f41367a32",
"message": "make clippy happy",
"timestamp": "2024-10-30T11:05:06-05:00",
"tree_id": "3ce18fab55cab58cbc23a5af127e3dbe32613ab9",
"url": "https://github.com/XiangpengHao/congee/commit/ab7e10a04de5e7c20cff70afe79b4d6f41367a32"
},
"date": 1730305213478,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "UpdateOnly",
"value": 19966675,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 2946468,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 22471606,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10018677,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit 573e862

Please sign in to comment.