-
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 cbfdc3135607c257f37d91a13a8bfb55b9c147d8
- Loading branch information
github-action-benchmark
committed
May 23, 2024
1 parent
eaa0a27
commit b0ba180
Showing
1 changed file
with
30 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": 1716398954656, | ||
"lastUpdate": 1716467863523, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -205,6 +205,35 @@ 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": "cbfdc3135607c257f37d91a13a8bfb55b9c147d8", | ||
"message": "Improve performance of hashing during hash joins", | ||
"timestamp": "2024-05-23T14:20:50+02:00", | ||
"tree_id": "51e67222d7ee19790efa1c1919ab373cead65679", | ||
"url": "https://github.com/comunica/comunica/commit/cbfdc3135607c257f37d91a13a8bfb55b9c147d8" | ||
}, | ||
"date": 1716467863027, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 9203, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|