| Index: tools/perf/page_sets/tough_scheduling_cases/generate_second_batch_js.sh
|
| diff --git a/tools/perf/page_sets/tough_scheduling_cases/generate_second_batch_js.sh b/tools/perf/page_sets/tough_scheduling_cases/generate_second_batch_js.sh
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..198dc0796d8649a1aac8fe953f3505bcde664318
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/tough_scheduling_cases/generate_second_batch_js.sh
|
| @@ -0,0 +1,25 @@
|
| +#!/bin/sh
|
| +./second_batch_js_generator.py \
|
| + --closure-count=10 \
|
| + --function-count=10 \
|
| + --inner-function-count=10 \
|
| + --function-call-count=1 \
|
| + --closure-call-count=1 \
|
| + --loop-count=5 \
|
| + | yui-compressor --type js > second_batch_js_light.min.js
|
| +./second_batch_js_generator.py \
|
| + --closure-count=50 \
|
| + --function-count=50 \
|
| + --inner-function-count=20 \
|
| + --function-call-count=5 \
|
| + --closure-call-count=5 \
|
| + --loop-count=5 \
|
| + | yui-compressor --type js > second_batch_js_medium.min.js
|
| +./second_batch_js_generator.py \
|
| + --closure-count=200 \
|
| + --function-count=200 \
|
| + --inner-function-count=40 \
|
| + --function-call-count=10 \
|
| + --closure-call-count=10 \
|
| + --loop-count=5 \
|
| + | yui-compressor --type js > second_batch_js_heavy.min.js
|
|
|