-
Notifications
You must be signed in to change notification settings - Fork 106
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 ad51d43
- Loading branch information
github-action-benchmark
committed
Oct 18, 2023
1 parent
3acb8e3
commit a0e27a3
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": 1697511510228, | ||
"lastUpdate": 1697642279374, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22568,6 +22568,90 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Willie Ruemmele", | ||
"username": "WillieRuemmele" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Willie Ruemmele", | ||
"username": "WillieRuemmele" | ||
}, | ||
"distinct": true, | ||
"id": "ad51d43377ccc0b898d7c1a93a92b974d256e12d", | ||
"message": "test: skip UTs for now", | ||
"timestamp": "2023-10-18T09:15:03-06:00", | ||
"tree_id": "af679312256f6328fa2344a94d2a4a00ded9eec4", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/ad51d43377ccc0b898d7c1a93a92b974d256e12d" | ||
}, | ||
"date": 1697642274990, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-linux", | ||
"value": 277, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-linux", | ||
"value": 7221, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-linux", | ||
"value": 5761, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-linux", | ||
"value": 4184, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-linux", | ||
"value": 731, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-linux", | ||
"value": 8879, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-linux", | ||
"value": 10821, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-linux", | ||
"value": 4718, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-linux", | ||
"value": 929, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-linux", | ||
"value": 13455, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-linux", | ||
"value": 13283, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-linux", | ||
"value": 8702, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|