-
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 26d64cd81b066e21e6d515b8263cac7665edf525
- Loading branch information
github-action-benchmark
committed
Oct 10, 2024
1 parent
4926857
commit 9d807d4
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": 1728568475868, | ||
"lastUpdate": 1728569236111, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -70,6 +70,40 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Ruben Taelman", | ||
"username": "rubensworks" | ||
}, | ||
"distinct": true, | ||
"id": "26d64cd81b066e21e6d515b8263cac7665edf525", | ||
"message": "Bump to v4", | ||
"timestamp": "2024-10-10T15:51:00+02:00", | ||
"tree_id": "c6baac50aec83841700ea6b82bf51bd3bd09063b", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/26d64cd81b066e21e6d515b8263cac7665edf525" | ||
}, | ||
"date": 1728569235773, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 3215, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 424, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|