-
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 164087356698e9a3bcb22cc07170a2e7868dc5c0
- Loading branch information
github-action-benchmark
committed
Oct 10, 2024
1 parent
cb9663e
commit ff37001
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": 1728566440412, | ||
"lastUpdate": 1728568475868, | ||
"repoUrl": "https://github.com/comunica/comunica-feature-hdt", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -36,6 +36,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": "164087356698e9a3bcb22cc07170a2e7868dc5c0", | ||
"message": "Update to Comunica v4 prerelease", | ||
"timestamp": "2024-10-10T15:44:36+02:00", | ||
"tree_id": "d14e40e06c9da8aaae997fcc27f2bcfc96986ff1", | ||
"url": "https://github.com/comunica/comunica-feature-hdt/commit/164087356698e9a3bcb22cc07170a2e7868dc5c0" | ||
}, | ||
"date": 1728568475445, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-HDT", | ||
"value": 2988, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-HDT", | ||
"value": 413, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|