-
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 520f39691ea13b354b4d0779f7b02b20f1fcd506
- Loading branch information
github-action-benchmark
committed
Aug 14, 2024
1 parent
41b8919
commit f073fae
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": 1723633352376, | ||
"lastUpdate": 1723651551664, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -2007,6 +2007,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": false, | ||
"id": "520f39691ea13b354b4d0779f7b02b20f1fcd506", | ||
"message": "Add missing benchmark-web queries", | ||
"timestamp": "2024-08-14T14:29:04+02:00", | ||
"tree_id": "8e3a41e604a75d8eb3260b62fd5a9fbc6030b7f0", | ||
"url": "https://github.com/comunica/comunica/commit/520f39691ea13b354b4d0779f7b02b20f1fcd506" | ||
}, | ||
"date": 1723651551459, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 8060, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 37028, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 1047, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 2400, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 210364, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|