-
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 5f4a36d
- Loading branch information
github-action-benchmark
committed
Nov 13, 2024
1 parent
90671b7
commit d66a3e3
Showing
1 changed file
with
43 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": 1730888192936, | ||
"lastUpdate": 1731492967303, | ||
"repoUrl": "https://github.com/XiangpengHao/congee", | ||
"entries": { | ||
"Congee basic op performance": [ | ||
|
@@ -5821,6 +5821,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": "5f4a36d25f16bf2aae4bdc9ab58585cb554aa53c", | ||
"message": "fix fuzzing", | ||
"timestamp": "2024-10-30T16:26:33Z", | ||
"url": "https://github.com/XiangpengHao/congee/commit/5f4a36d25f16bf2aae4bdc9ab58585cb554aa53c" | ||
}, | ||
"date": 1731492966964, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ScanOnly", | ||
"value": 2999967, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "ReadOnly", | ||
"value": 21653881, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "InsertOnly", | ||
"value": 10005037, | ||
"unit": "QPS" | ||
}, | ||
{ | ||
"name": "UpdateOnly", | ||
"value": 19981350, | ||
"unit": "QPS" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|