-
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 79d0369a97cc1c700132c760fb90a6d79b9816bf
- Loading branch information
github-action-benchmark
committed
Sep 30, 2024
1 parent
8f2f739
commit d004f00
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": 1727694588966, | ||
"lastUpdate": 1727703174847, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -1392,6 +1392,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": "79d0369a97cc1c700132c760fb90a6d79b9816bf", | ||
"message": "Group all depcheck failures into one message at the end", | ||
"timestamp": "2024-09-30T14:59:18+02:00", | ||
"tree_id": "bab4fb6a5e4527d6ffd185913122993e394899ce", | ||
"url": "https://github.com/comunica/comunica/commit/79d0369a97cc1c700132c760fb90a6d79b9816bf" | ||
}, | ||
"date": 1727703174621, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5900, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 24512, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 625, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1519, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 234517, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|