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 Jul 24, 2024
1 parent a5bd5aa commit fa98bd5
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": 1721211301158,
"lastUpdate": 1721816126807,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -4969,6 +4969,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": 1721816125854,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "InsertOnly",
"value": 10609368,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 22343229,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 24731733,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3192728,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit fa98bd5

Please sign in to comment.