-
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 db38811ab069aefd5a055e5f192d83ab887527dd
- Loading branch information
github-action-benchmark
committed
Nov 8, 2024
1 parent
45c1427
commit 82dd9b8
Showing
1 changed file
with
50 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": 1731070142735, | ||
"lastUpdate": 1731071231284, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -247,6 +247,55 @@ 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": "db38811ab069aefd5a055e5f192d83ab887527dd", | ||
"message": "Allow Bind Join more for local data sources", | ||
"timestamp": "2024-11-08T13:53:45+01:00", | ||
"tree_id": "7acbcc2fb99ab0fa3ca213fc6f30806159659445", | ||
"url": "https://github.com/comunica/comunica/commit/db38811ab069aefd5a055e5f192d83ab887527dd" | ||
}, | ||
"date": 1731071230958, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5022, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 22328, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 370, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1342, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 153606, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|