Skip to content

Commit 89bc06b

Browse files
SouravSourav
authored andcommitted
add test suite, package zip & upload time to total zip time
1 parent a54b428 commit 89bc06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ module.exports = function run(args, rawArgs) {
112112
// warn if specFiles cross our limit
113113
utils.warnSpecLimit(bsConfig, args, specFiles, rawArgs);
114114
markBlockEnd('preArchiveSteps');
115+
markBlockStart('zip');
115116
markBlockStart('checkAlreadyUploaded');
116117
return checkUploaded.checkUploadedMd5(bsConfig, args, {markBlockStart, markBlockEnd}).then(function (md5data) {
117118
markBlockEnd('checkAlreadyUploaded');
@@ -121,7 +122,6 @@ module.exports = function run(args, rawArgs) {
121122
markBlockEnd('packageInstaller');
122123

123124
// Archive the spec files
124-
markBlockStart('zip');
125125
markBlockStart('zip.archive');
126126
return archiver.archive(bsConfig.run_settings, config.fileName, args.exclude, md5data).then(function (data) {
127127
markBlockEnd('zip.archive');

0 commit comments

Comments
 (0)