-
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 80e129898f8db5295bd5f1398eb68a251a60d4e9
- Loading branch information
github-action-benchmark
committed
Oct 29, 2024
1 parent
a41fde1
commit b3d2927
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": 1729108729426, | ||
"lastUpdate": 1730175789812, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -662,6 +662,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": "80e129898f8db5295bd5f1398eb68a251a60d4e9", | ||
"message": "Update dependency @types/node to v22", | ||
"timestamp": "2024-10-29T01:53:41Z", | ||
"tree_id": "1a67e813f0c82840854cf3930650e3bfc6aa261d", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/80e129898f8db5295bd5f1398eb68a251a60d4e9" | ||
}, | ||
"date": 1730175789354, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 2986, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 416, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|