-
Notifications
You must be signed in to change notification settings - Fork 109
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 1a7e497
- Loading branch information
github-action-benchmark
committed
Jan 19, 2024
1 parent
71d5cc4
commit 70c7d04
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": 1705677187281, | ||
"lastUpdate": 1705685103083, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -30296,6 +30296,90 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"distinct": true, | ||
"id": "1a7e4975a380618bf4b29b58b6bb4067e7fd6e62", | ||
"message": "test: snapsnots in CI only on linux. Run locally", | ||
"timestamp": "2024-01-19T11:22:41-06:00", | ||
"tree_id": "c228ec9254185c2544c3ff2d058a23bc8d18d7ad", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/1a7e4975a380618bf4b29b58b6bb4067e7fd6e62" | ||
}, | ||
"date": 1705685096489, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-linux", | ||
"value": 232, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-linux", | ||
"value": 1966, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-linux", | ||
"value": 1635, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-linux", | ||
"value": 3005, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-linux", | ||
"value": 382, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-linux", | ||
"value": 3608, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-linux", | ||
"value": 2892, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-linux", | ||
"value": 3367, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-linux", | ||
"value": 638, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-linux", | ||
"value": 6371, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-linux", | ||
"value": 5174, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-linux", | ||
"value": 6271, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|