-
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 d2e7a47
- Loading branch information
github-action-benchmark
committed
Sep 30, 2023
1 parent
0ba251e
commit 9b9fee1
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": 1696081096294, | ||
"lastUpdate": 1696081628186, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -20636,6 +20636,90 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d2e7a47e4fcbc6805ee1f47a008013296d21b7e1", | ||
"message": "fix(deps): bump fast-xml-parser from 4.2.7 to 4.3.1\n\nBumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.7 to 4.3.1.\n- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)\n- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.7...v4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: fast-xml-parser\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2023-09-30T13:36:41Z", | ||
"tree_id": "7bad4684e4bd7b983ae2581ef64b041573af8197", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/d2e7a47e4fcbc6805ee1f47a008013296d21b7e1" | ||
}, | ||
"date": 1696081622842, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-linux", | ||
"value": 261, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-linux", | ||
"value": 7356, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-linux", | ||
"value": 5057, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-linux", | ||
"value": 3864, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-linux", | ||
"value": 488, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-linux", | ||
"value": 9077, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-linux", | ||
"value": 6596, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-linux", | ||
"value": 3187, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-linux", | ||
"value": 763, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-linux", | ||
"value": 12235, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-linux", | ||
"value": 10547, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-linux", | ||
"value": 6364, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|