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 e6f03dd
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent fe9d988 commit 45f541c
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": 1699438674206,
"lastUpdate": 1700043406339,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -3447,6 +3447,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": "e6f03dd81d9bb2d73e289cddc4e56b749e726d0c",
"message": "update fmt",
"timestamp": "2023-08-28T05:11:32Z",
"url": "https://github.com/XiangpengHao/congee/commit/e6f03dd81d9bb2d73e289cddc4e56b749e726d0c"
},
"date": 1700043405310,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "UpdateOnly",
"value": 21604617,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10411283,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3438098,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 23602454,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit 45f541c

Please sign in to comment.