-
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 021e938b66639b8108786bab9cd5b4af62f702f2
- Loading branch information
github-action-benchmark
committed
Oct 4, 2024
1 parent
a46994d
commit f4b5270
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": 1728021358289, | ||
"lastUpdate": 1728039393503, | ||
"repoUrl": "https://github.com/comunica/comunica", | ||
"entries": { | ||
"Benchmarks total results": [ | ||
|
@@ -1637,6 +1637,55 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jitse De Smet", | ||
"username": "jitsedesmet" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "021e938b66639b8108786bab9cd5b4af62f702f2", | ||
"message": "Do not create expressionEvaluator in expression-using actors tests\n\nThis slightly improves performance", | ||
"timestamp": "2024-10-04T12:43:51+02:00", | ||
"tree_id": "649c8b08676f740bd9c0245494fa6d0a8fb505cf", | ||
"url": "https://github.com/comunica/comunica/commit/021e938b66639b8108786bab9cd5b4af62f702f2" | ||
}, | ||
"date": 1728039393122, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "WatDiv-File", | ||
"value": 5262, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "WatDiv-TPF", | ||
"value": 24629, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-File", | ||
"value": 622, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "BSBM-TPF", | ||
"value": 1467, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "Web", | ||
"value": 145674, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|