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 6d8bdc3
  • Loading branch information
github-action-benchmark committed Jan 24, 2024
1 parent 6dbc241 commit 6d1c937
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": 1705551367892,
"lastUpdate": 1706091352449,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -3829,6 +3829,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": "6d8bdc3e81a11cc4135f78c4eac1107fc1df640a",
"message": "fix ci symbolizer",
"timestamp": "2024-01-18T04:01:33Z",
"url": "https://github.com/XiangpengHao/congee/commit/6d8bdc3e81a11cc4135f78c4eac1107fc1df640a"
},
"date": 1706091351862,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "UpdateOnly",
"value": 20490405,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3526067,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 9802768,
"unit": "QPS"
},
{
"name": "ReadOnly",
"value": 22340329,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit 6d1c937

Please sign in to comment.