-
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 df40c20e001121cd0ae9a9adf67ed221dc2966ba
- Loading branch information
github-action-benchmark
committed
Jun 20, 2024
1 parent
a4b991c
commit 58d8659
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": 1718364260879, | ||
"lastUpdate": 1718891563931, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -36,6 +36,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": true, | ||
"id": "df40c20e001121cd0ae9a9adf67ed221dc2966ba", | ||
"message": "Make optional hash and bind join only work with common variables", | ||
"timestamp": "2024-06-20T15:30:16+02:00", | ||
"tree_id": "ed89e2f2455ea7bc3bf0ed3851ed620b5cb34057", | ||
"url": "https://github.com/comunica/comunica/commit/df40c20e001121cd0ae9a9adf67ed221dc2966ba" | ||
}, | ||
"date": 1718891563732, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 8462, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 36198, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 1113, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 2547, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|