-
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 38d32842647a5288caeec7ab9ead907ff6871739
- Loading branch information
github-action-benchmark
committed
Nov 29, 2024
1 parent
2b7673a
commit a6ce755
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": 1731073645388, | ||
"lastUpdate": 1732900683794, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -3134,6 +3134,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Maarten Vandenbrande", | ||
"username": "maartyman" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "38d32842647a5288caeec7ab9ead907ff6871739", | ||
"message": "Fix README of actor-query-operation-filter", | ||
"timestamp": "2024-11-29T18:04:46+01:00", | ||
"tree_id": "9a389d37868c4f95cd5a22fe699d389fb9f61d6e", | ||
"url": "https://github.com/comunica/comunica/commit/38d32842647a5288caeec7ab9ead907ff6871739" | ||
}, | ||
"date": 1732900683463, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 4966, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23819, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 426, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1449, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 147842, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|