-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Congee basic op performance (customBiggerIsBetter) benchmark resu…
…lt for e2c8bdf
- Loading branch information
github-action-benchmark
committed
Nov 21, 2024
1 parent
d66a3e3
commit 02edb16
Showing
1 changed file
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1731492967303, | ||
"lastUpdate": 1732222314212, | ||
"repoUrl": "https://github.com/XiangpengHao/congee", | ||
"entries": { | ||
"Congee basic op performance": [ | ||
|
@@ -5863,6 +5863,50 @@ window.BENCHMARK_DATA = { | |
"unit": "QPS" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Xiangpeng Hao", | ||
"username": "XiangpengHao" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Xiangpeng Hao", | ||
"username": "XiangpengHao" | ||
}, | ||
"distinct": true, | ||
"id": "e2c8bdffec7cf69ffb0a10a05a75981076d9b8ce", | ||
"message": "fix a old bug", | ||
"timestamp": "2024-11-21T14:31:51-06:00", | ||
"tree_id": "0f3690ad80a788fdf61ee47ddb7fca0ae055df3d", | ||
"url": "https://github.com/XiangpengHao/congee/commit/e2c8bdffec7cf69ffb0a10a05a75981076d9b8ce" | ||
}, | ||
"date": 1732222313918, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ScanOnly", | ||
"value": 3176983, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "UpdateOnly", | ||
"value": 19144144, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "ReadOnly", | ||
"value": 21924604, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "InsertOnly", | ||
"value": 10459993, | ||
"unit": "QPS" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|