-
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 8ee33a080f3955f0d254282909b1bf4204bd653b
- Loading branch information
github-action-benchmark
committed
Oct 29, 2024
1 parent
ec80aba
commit 526a22f
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": 1730188105131, | ||
"lastUpdate": 1730190744644, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -2938,6 +2938,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "RubenEschauzier", | ||
"username": "RubenEschauzier" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "8ee33a080f3955f0d254282909b1bf4204bd653b", | ||
"message": "Fix incorrect test method of ActorQuerySourceIdentifyHypermediaAnnotateSource", | ||
"timestamp": "2024-10-29T09:18:52+01:00", | ||
"tree_id": "c1da4c439e18b22c7f28e0ff8ea3c5afc00661a2", | ||
"url": "https://github.com/comunica/comunica/commit/8ee33a080f3955f0d254282909b1bf4204bd653b" | ||
}, | ||
"date": 1730190744289, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5283, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23083, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 604, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1516, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 171418, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|