-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 0d94198
- Loading branch information
github-action-benchmark
committed
Nov 1, 2024
1 parent
08bf380
commit 9ef851e
Showing
1 changed file
with
85 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": 1730440888050, | ||
"lastUpdate": 1730469328615, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -59220,6 +59220,90 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Cristian Dominguez", | ||
"username": "cristiand391" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Cristian Dominguez", | ||
"username": "cristiand391" | ||
}, | ||
"distinct": true, | ||
"id": "0d94198a2badcc9ba9bdd39fee6e73e6a2f61d27", | ||
"message": "fix: resolver respects forceignore", | ||
"timestamp": "2024-11-01T10:16:54-03:00", | ||
"tree_id": "7ed23e0e638255712c7194ac39c16cca5d610e2e", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/0d94198a2badcc9ba9bdd39fee6e73e6a2f61d27" | ||
}, | ||
"date": 1730469311982, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-win32", | ||
"value": 619, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-win32", | ||
"value": 4177, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-win32", | ||
"value": 2946, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-win32", | ||
"value": 5731, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-win32", | ||
"value": 1225, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-win32", | ||
"value": 7751, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-win32", | ||
"value": 5065, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-win32", | ||
"value": 7782, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-win32", | ||
"value": 2087, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-win32", | ||
"value": 13928, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-win32", | ||
"value": 9570, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-win32", | ||
"value": 14259, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|