-
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 db3bc2fa1f1a99273f1141c1412e20f1cbfe5b33
- Loading branch information
github-action-benchmark
committed
Nov 5, 2024
1 parent
5d0806a
commit 50868e1
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": 1730175789812, | ||
"lastUpdate": 1730778693574, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -696,6 +696,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": "db3bc2fa1f1a99273f1141c1412e20f1cbfe5b33", | ||
"message": "Update dependency immutable to v5", | ||
"timestamp": "2024-11-05T00:54:21Z", | ||
"tree_id": "20df07d9f623c356b0e58b7ac2c091b500b56829", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/db3bc2fa1f1a99273f1141c1412e20f1cbfe5b33" | ||
}, | ||
"date": 1730778692925, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 2929, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 409, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|