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 c168553
  • Loading branch information
github-action-benchmark committed Jun 26, 2024
1 parent 787f093 commit 7aa7f27
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": 1718792105463,
"lastUpdate": 1719396925429,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -4801,6 +4801,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": "c1685532902a69781213b64fcec281dc161b56d0",
"message": "make clippy happy",
"timestamp": "2024-05-08T14:42:58Z",
"url": "https://github.com/XiangpengHao/congee/commit/c1685532902a69781213b64fcec281dc161b56d0"
},
"date": 1719396925065,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "ScanOnly",
"value": 3340314,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 23242411,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 25423699,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 10745111,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit 7aa7f27

Please sign in to comment.