-
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 cf3c751678cf78d23b5a5f2ac10b17560c41a28a
- Loading branch information
github-action-benchmark
committed
May 30, 2024
1 parent
3946bb9
commit f16538a
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": 1717069643129, | ||
"lastUpdate": 1717075054871, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"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": "cf3c751678cf78d23b5a5f2ac10b17560c41a28a", | ||
"message": "Parallelize performance runs in CI", | ||
"timestamp": "2024-05-30T15:00:55+02:00", | ||
"tree_id": "e4e5eb885863f549788b2bb1b03722ffb77fc6cc", | ||
"url": "https://github.com/comunica/comunica/commit/cf3c751678cf78d23b5a5f2ac10b17560c41a28a" | ||
}, | ||
"date": 1717075054665, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 6990, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 39962, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|