-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmarks total results (customSmallerIsBetter) benchmark result…
… for 45c3ee4d70f3141a3961a99eae62cb55ed76787b
- Loading branch information
github-action-benchmark
committed
Dec 3, 2024
1 parent
3bd0364
commit e94fda4
Showing
1 changed file
with
50 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": 1732902560491, | ||
"lastUpdate": 1733231147624, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -3232,6 +3232,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "45c3ee4d70f3141a3961a99eae62cb55ed76787b", | ||
"message": "Update dependency @types/uuid to v10 (#1454)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-12-03T13:51:59+01:00", | ||
"tree_id": "9057faf96d4d5054ef26e90a361dc2c2faa11f53", | ||
"url": "https://github.com/comunica/comunica/commit/45c3ee4d70f3141a3961a99eae62cb55ed76787b" | ||
}, | ||
"date": 1733231147267, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 4793, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23463, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 443, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1361, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 168132, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|