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 2263792
  • Loading branch information
github-action-benchmark committed Sep 25, 2024
1 parent 3a18246 commit cad6bac
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": 1726654516000,
"lastUpdate": 1727259339905,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -5347,6 +5347,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": "2263792a3722bf580461e2b3f3843396bea73780",
"message": "streamline dependency",
"timestamp": "2024-08-09T08:29:17Z",
"url": "https://github.com/XiangpengHao/congee/commit/2263792a3722bf580461e2b3f3843396bea73780"
},
"date": 1727259339008,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "ReadOnly",
"value": 22915923,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10323856,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 22543069,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3050883,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit cad6bac

Please sign in to comment.