-
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 bf592f17e2be2a50f49b57f176449daa7ef41151
- Loading branch information
github-action-benchmark
committed
Jun 18, 2024
1 parent
34e16f7
commit 29cc954
Showing
1 changed file
with
45 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": 1718194623182, | ||
"lastUpdate": 1718735560543, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -704,6 +704,50 @@ 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": false, | ||
"id": "bf592f17e2be2a50f49b57f176449daa7ef41151", | ||
"message": "Add BSBM benchmark", | ||
"timestamp": "2024-06-18T20:07:17+02:00", | ||
"tree_id": "de32759817ee0a7874a11e0a31c200b9a4b61e09", | ||
"url": "https://github.com/comunica/comunica/commit/bf592f17e2be2a50f49b57f176449daa7ef41151" | ||
}, | ||
"date": 1718735560179, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 7849, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 38979, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 1056, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 2399, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|