-
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 9d946aa8127de31e07a5a74ebd0b18fe61e1dbb2
- Loading branch information
github-action-benchmark
committed
Oct 8, 2024
1 parent
ce8345b
commit f293b35
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": 1728295589202, | ||
"lastUpdate": 1728370538472, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -1735,6 +1735,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "surilindur", | ||
"username": "surilindur" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9d946aa8127de31e07a5a74ebd0b18fe61e1dbb2", | ||
"message": "Adjust ignore patterns in jest.config.ts (#1444)\n\nCo-authored-by: Ruben Taelman <[email protected]>", | ||
"timestamp": "2024-10-08T08:43:18+02:00", | ||
"tree_id": "98f994f256151ccdf2bc24b430e990a1d7419d82", | ||
"url": "https://github.com/comunica/comunica/commit/9d946aa8127de31e07a5a74ebd0b18fe61e1dbb2" | ||
}, | ||
"date": 1728370538063, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5199, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 23568, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 601, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1666, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 145614, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|