-
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 4fdc64adea5ecf4e05c854577c724815e89c2bff
- Loading branch information
github-action-benchmark
committed
Oct 1, 2024
1 parent
42c03ad
commit bc1d611
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": 1727770064344, | ||
"lastUpdate": 1727771235176, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -1539,6 +1539,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": "4fdc64adea5ecf4e05c854577c724815e89c2bff", | ||
"message": "Update network cache", | ||
"timestamp": "2024-10-01T10:11:48+02:00", | ||
"tree_id": "a08c6e9ae9a9fa0760adff9d2b17c5cf54f77e8a", | ||
"url": "https://github.com/comunica/comunica/commit/4fdc64adea5ecf4e05c854577c724815e89c2bff" | ||
}, | ||
"date": 1727771234455, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5264, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23600, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 811, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1559, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 169117, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|