-
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 81f00baf44e34c9f28f450c3b08df96dbbe74fb2
- Loading branch information
github-action-benchmark
committed
Nov 28, 2024
1 parent
c5c3d43
commit 82494e7
Showing
1 changed file
with
35 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": 1730778693574, | ||
"lastUpdate": 1732778306910, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -730,6 +730,40 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "81f00baf44e34c9f28f450c3b08df96dbbe74fb2", | ||
"message": "Update dependency typedoc to ^0.27.0", | ||
"timestamp": "2024-11-28T04:01:29Z", | ||
"tree_id": "c74642f8ae3c3421c79ec046907efdd002560b78", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/81f00baf44e34c9f28f450c3b08df96dbbe74fb2" | ||
}, | ||
"date": 1732778306541, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 3017, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 428, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|