-
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 34e18776a84ad4d28ddff2cdff2ba3197ec33369
- Loading branch information
github-action-benchmark
committed
Dec 23, 2024
1 parent
654d615
commit b259e0f
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": 1732778306910, | ||
"lastUpdate": 1734923429455, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -764,6 +764,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": false, | ||
"id": "34e18776a84ad4d28ddff2cdff2ba3197ec33369", | ||
"message": "Update dependency webpack-cli to v6", | ||
"timestamp": "2024-12-23T02:12:12Z", | ||
"tree_id": "fb09a83d46f003de2bc6f2dc49f8990bb7060659", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/34e18776a84ad4d28ddff2cdff2ba3197ec33369" | ||
}, | ||
"date": 1734923429087, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 2937, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 433, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|