Skip to content

Commit

Permalink
add Benchmarks total results (customSmallerIsBetter) benchmark result…
Browse files Browse the repository at this point in the history
… 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.
51 changes: 50 additions & 1 deletion comunica/next/major/benchmarks-total/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 3d55fd5

Please sign in to comment.