-
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 592242c3a32171a007ae7c2c28bdd23a3161e620
- Loading branch information
github-action-benchmark
committed
Sep 4, 2024
1 parent
bc95e19
commit b1ab0ad
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": 1725455434138, | ||
"lastUpdate": 1725457601979, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -363,6 +363,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": "592242c3a32171a007ae7c2c28bdd23a3161e620", | ||
"message": "Push next/major branch to Dockerhub under next tag", | ||
"timestamp": "2024-09-04T15:15:08+02:00", | ||
"tree_id": "2eca029a36d5de8e6b5a0abfba95694721cf4935", | ||
"url": "https://github.com/comunica/comunica/commit/592242c3a32171a007ae7c2c28bdd23a3161e620" | ||
}, | ||
"date": 1725457601769, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5644, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 24318, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 565, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1533, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 232812, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|