-
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 40aca73
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
b743dad
commit 6e8ad31
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": 1736463823207, | ||
"lastUpdate": 1736467486360, | ||
"repoUrl": "https://github.com/forcedotcom/source-deploy-retrieve", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -62496,6 +62496,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": "40aca73041c726d42c6eaa948be385bc1ce8350a", | ||
"message": "test: make UT fail without changes", | ||
"timestamp": "2025-01-09T16:57:18-07:00", | ||
"tree_id": "d4d7c7f72b3e3cba90eacaaed57feabdcd0535fb", | ||
"url": "https://github.com/forcedotcom/source-deploy-retrieve/commit/40aca73041c726d42c6eaa948be385bc1ce8350a" | ||
}, | ||
"date": 1736467465359, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "eda-componentSetCreate-win32", | ||
"value": 693, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToMdapi-win32", | ||
"value": 4125, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-sourceToZip-win32", | ||
"value": 3223, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "eda-mdapiToSource-win32", | ||
"value": 5889, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-componentSetCreate-win32", | ||
"value": 1408, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToMdapi-win32", | ||
"value": 8162, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-sourceToZip-win32", | ||
"value": 5115, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClasses-mdapiToSource-win32", | ||
"value": 8274, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-componentSetCreate-win32", | ||
"value": 2468, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToMdapi-win32", | ||
"value": 14571, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-sourceToZip-win32", | ||
"value": 9210, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "lotsOfClassesOneDir-mdapiToSource-win32", | ||
"value": 13982, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|