-
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 a7ae2e7ff44def29914347b53a73909e5858229d
- Loading branch information
github-action-benchmark
committed
Nov 6, 2024
1 parent
db90aaf
commit d5ab2b4
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": 1730818857704, | ||
"lastUpdate": 1730901610686, | ||
"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": "a7ae2e7ff44def29914347b53a73909e5858229d", | ||
"message": "Shorten code path on empty join operations", | ||
"timestamp": "2024-11-06T14:47:18+01:00", | ||
"tree_id": "2346acbb2379df77f608a3666cc93904aaa83832", | ||
"url": "https://github.com/comunica/comunica/commit/a7ae2e7ff44def29914347b53a73909e5858229d" | ||
}, | ||
"date": 1730901610205, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 4976, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 22165, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 418, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1401, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 144687, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|