-
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 b19fe21e804944880290255204a898dd65a00112
- Loading branch information
github-action-benchmark
committed
Oct 29, 2024
1 parent
dba5dc3
commit 62812c1
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": 1730122544024, | ||
"lastUpdate": 1730188105131, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -2889,6 +2889,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": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"distinct": true, | ||
"id": "b19fe21e804944880290255204a898dd65a00112", | ||
"message": "Update dependency uuid to v11", | ||
"timestamp": "2024-10-29T08:35:01+01:00", | ||
"tree_id": "851c43ab82cd998435cce1720b776c399997c412", | ||
"url": "https://github.com/comunica/comunica/commit/b19fe21e804944880290255204a898dd65a00112" | ||
}, | ||
"date": 1730188104790, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5114, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23061, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 556, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1500, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 158585, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|