-
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 331865c773882be7e061a690833fc841ece27339
- Loading branch information
github-action-benchmark
committed
Sep 23, 2024
1 parent
06edc43
commit 5480d72
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": 1727093366112, | ||
"lastUpdate": 1727095429849, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -100,6 +100,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": "331865c773882be7e061a690833fc841ece27339", | ||
"message": "Remove SHA1 hash actor in favor of Murmur3\n\nThe latter is more efficient for non-cryptographic purposes.", | ||
"timestamp": "2024-09-23T13:54:41+02:00", | ||
"tree_id": "3f8e9ae38c70a938375fbb524eaf7ec58982242d", | ||
"url": "https://github.com/comunica/comunica/commit/331865c773882be7e061a690833fc841ece27339" | ||
}, | ||
"date": 1727095429619, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5325, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23260, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 564, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1769, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 232427, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|