-
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 f33fd02
- Loading branch information
github-action-benchmark
committed
Jan 9, 2024
1 parent
7dc66e9
commit 9fa2eb5
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": 1704826036696, | ||
"lastUpdate": 1704837420384, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -25118,6 +25118,90 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Steve Hetzel", | ||
"username": "shetzel" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Steve Hetzel", | ||
"username": "shetzel" | ||
}, | ||
"distinct": true, | ||
"id": "f33fd0217045d00634e2d1707ba4cc7db254ad64", | ||
"message": "fix: add DataCalcInsightTemplate and DataKitObjectTemplate", | ||
"timestamp": "2024-01-09T14:47:47-07:00", | ||
"tree_id": "1ed311ee114642bebe4bd6e37a17e7f42ee16590", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/f33fd0217045d00634e2d1707ba4cc7db254ad64" | ||
}, | ||
"date": 1704837405509, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-win32", | ||
"value": 405, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-win32", | ||
"value": 3532, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-win32", | ||
"value": 2660, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-win32", | ||
"value": 5742, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-win32", | ||
"value": 910, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-win32", | ||
"value": 7656, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-win32", | ||
"value": 4556, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-win32", | ||
"value": 7409, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-win32", | ||
"value": 1482, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-win32", | ||
"value": 13647, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-win32", | ||
"value": 8226, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-win32", | ||
"value": 13493, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|