-
Notifications
You must be signed in to change notification settings - Fork 104
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 852d8a4
- Loading branch information
github-action-benchmark
committed
Oct 18, 2023
1 parent
ae9b16a
commit e8b6f50
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": 1697645414289, | ||
"lastUpdate": 1697662138674, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22736,6 +22736,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": "852d8a46da365b89833629008ff8b35a91803b77", | ||
"message": "chore: refactor, comments", | ||
"timestamp": "2023-10-18T14:45:30-06:00", | ||
"tree_id": "78cba3fbc1954cd5fde318914a72eecddb49dbdf", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/852d8a46da365b89833629008ff8b35a91803b77" | ||
}, | ||
"date": 1697662132833, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-linux", | ||
"value": 329, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-linux", | ||
"value": 8266, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-linux", | ||
"value": 7068, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-linux", | ||
"value": 4932, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-linux", | ||
"value": 737, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-linux", | ||
"value": 11084, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-linux", | ||
"value": 10341, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-linux", | ||
"value": 5643, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-linux", | ||
"value": 1114, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-linux", | ||
"value": 15510, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-linux", | ||
"value": 15650, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-linux", | ||
"value": 10051, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|