-
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 75c0890d3619d35fa59df216be8ef0f85e200ddb
- Loading branch information
github-action-benchmark
committed
Sep 24, 2024
1 parent
73a6800
commit 4989a20
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": 1727104790928, | ||
"lastUpdate": 1727182938739, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -902,6 +902,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": "75c0890d3619d35fa59df216be8ef0f85e200ddb", | ||
"message": "Bump asyncjoin with hash join performance improvement", | ||
"timestamp": "2024-09-24T14:17:57+02:00", | ||
"tree_id": "617690c95db686f9f74b466fd177a6f67ec82782", | ||
"url": "https://github.com/comunica/comunica/commit/75c0890d3619d35fa59df216be8ef0f85e200ddb" | ||
}, | ||
"date": 1727182938196, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 6376, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23920, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 615, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1500, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 229687, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|