-
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 fb08c9fc9951e683f5e96a8348bd27593e06d607
- Loading branch information
github-action-benchmark
committed
Sep 24, 2024
1 parent
6cf5236
commit 3d55fd5
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": 1727182938739, | ||
"lastUpdate": 1727186732401, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -951,6 +951,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"distinct": true, | ||
"id": "fb08c9fc9951e683f5e96a8348bd27593e06d607", | ||
"message": "Make doesShapeAcceptOperation recurse into operations\n\nPreviously, only shapes would be recursed, while only top-level\noperation types would be checked. This was fine for our current\nsupported sources, but different source types may require more precise\nhandling.\n\nRelated to #1425", | ||
"timestamp": "2024-09-24T15:31:19+02:00", | ||
"tree_id": "75cabe7d8b0937cd6287f3c6241010afe85658ee", | ||
"url": "https://github.com/comunica/comunica/commit/fb08c9fc9951e683f5e96a8348bd27593e06d607" | ||
}, | ||
"date": 1727186732206, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5126, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23445, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 539, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1579, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 205072, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|