-
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 d7f8a9ae4733d44cb5c72832fb4c1016255f8957
- Loading branch information
github-action-benchmark
committed
Nov 8, 2024
1 parent
b490582
commit c32cce6
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": 1730901610686, | ||
"lastUpdate": 1731054516118, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -149,6 +149,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": "d7f8a9ae4733d44cb5c72832fb4c1016255f8957", | ||
"message": "Allow Bind Join more for local data sources", | ||
"timestamp": "2024-11-08T09:09:25+01:00", | ||
"tree_id": "aa820b9f92864a453bbd0e4e160e651a93aaf370", | ||
"url": "https://github.com/comunica/comunica/commit/d7f8a9ae4733d44cb5c72832fb4c1016255f8957" | ||
}, | ||
"date": 1731054515798, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 6670, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 24200, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 399, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1352, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 143997, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|