-
Notifications
You must be signed in to change notification settings - Fork 103
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 5e8e031
- Loading branch information
github-action-benchmark
committed
Dec 21, 2024
1 parent
75111f5
commit e07997d
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": 1734628994300, | ||
"lastUpdate": 1734786734955, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -60900,6 +60900,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": "5e8e031129b20f6d704c82d765773d61e08bd2e7", | ||
"message": "chore(dev-deps): bump esbuild from 0.24.0 to 0.24.2\n\nBumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.2.\n- [Release notes](https://github.com/evanw/esbuild/releases)\n- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.24.2)\n\n---\nupdated-dependencies:\n- dependency-name: esbuild\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-12-21T13:07:16Z", | ||
"tree_id": "0f10597630cf290fbd15538e8a4127856680d4e8", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/5e8e031129b20f6d704c82d765773d61e08bd2e7" | ||
}, | ||
"date": 1734786723943, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-win32", | ||
"value": 689, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-win32", | ||
"value": 4094, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-win32", | ||
"value": 3136, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-win32", | ||
"value": 5509, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-win32", | ||
"value": 1223, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-win32", | ||
"value": 7574, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-win32", | ||
"value": 5122, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-win32", | ||
"value": 7467, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-win32", | ||
"value": 2170, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-win32", | ||
"value": 13427, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-win32", | ||
"value": 8409, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-win32", | ||
"value": 13508, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|