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 93aa5ed
  • Loading branch information
github-action-benchmark committed Dec 25, 2024
1 parent d7a8b14 commit ef5da75
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": 1734517193906,
"lastUpdate": 1735122003810,
"repoUrl": "https://github.com/XiangpengHao/congee",
"entries": {
"Congee basic op performance": [
Expand Down Expand Up @@ -6119,6 +6119,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": "93aa5ed444f06f4b39e14c620ee0ea294fa057a9",
"message": "bump version",
"timestamp": "2024-11-21T22:53:53Z",
"url": "https://github.com/XiangpengHao/congee/commit/93aa5ed444f06f4b39e14c620ee0ea294fa057a9"
},
"date": 1735122002848,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "ReadOnly",
"value": 20449678,
"unit": "QPS"
},
{
"name": "UpdateOnly",
"value": 19557114,
"unit": "QPS"
},
{
"name": "InsertOnly",
"value": 9587393,
"unit": "QPS"
},
{
"name": "ScanOnly",
"value": 3140751,
"unit": "QPS"
}
]
}
]
}
Expand Down

0 comments on commit ef5da75

Please sign in to comment.