-
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 28e22154b62b057373195ec94308f2d991411fa9
- Loading branch information
github-action-benchmark
committed
May 30, 2024
1 parent
c76b265
commit 63e3ae8
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": 1717064425845, | ||
"lastUpdate": 1717069643129, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"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": "28e22154b62b057373195ec94308f2d991411fa9", | ||
"message": "Add WatDiv TPF benchmark", | ||
"timestamp": "2024-05-30T13:28:03+02:00", | ||
"tree_id": "0f76804def5e362891b73eef5f03166f4911abc1", | ||
"url": "https://github.com/comunica/comunica/commit/28e22154b62b057373195ec94308f2d991411fa9" | ||
}, | ||
"date": 1717069642858, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 8586, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 35701, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|