Skip to content

Commit 2699b6a

Browse files
committed
Code clean up
1 parent a1b3b49 commit 2699b6a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

runner/main/jobtypes/performance/performance.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -298,16 +298,3 @@ function performance_main_command() {
298298
$samplerinitstr $includelogsstr
299299
)
300300
}
301-
302-
function perfomance_testsite_generator_command() {
303-
local -n _cmd=$1 # Return by nameref.
304-
305-
# Build the complete perf command for the run.
306-
_cmd=(
307-
php admin/tool/generator/cli/maketestsite.php \
308-
--size="${SITESIZE}" \
309-
--fixeddataset \
310-
--bypasscheck \
311-
--filesizelimit="1000"
312-
)
313-
}

0 commit comments

Comments
 (0)