Skip to content

Commit 411366c

Browse files
Adding Media wiki mini (facebookresearch#145)
Summary: This diff adds a config for media_wiki mini job. I am changing the oss_performance code that will add more options for reducing execution time that needs to be added to the mini job config. So, those options will be added to the config Also, we need to add --temp-dir to the mini config, but Ideally, we want to add the --temp-dir, only if the user provide a value for that. So, we need to decide on how to do it. Reviewed By: excelle08 Differential Revision: D77192531
1 parent 17de382 commit 411366c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

benchpress/config/jobs.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,36 @@
3030
after:
3131
- 'oss-performance/perf.data'
3232

33+
- benchmark: oss_performance_mediawiki
34+
name: oss_performance_mediawiki_mini
35+
description: Default run for oss_performance_mediawiki
36+
args:
37+
- '-r/usr/local/hphpi/legacy/bin/hhvm'
38+
- '-nnginx'
39+
- '-L {load_generator}'
40+
- '-s {lg_path}'
41+
- '--'
42+
- '--mediawiki'
43+
- '--client-duration={duration}'
44+
- '--client-timeout={timeout}'
45+
- '--run-as-root'
46+
- '--i-am-not-benchmarking'
47+
- '--hhvm-extra-arguments="-vEval.JitRetranslateAllSeconds={warmup_seconds}"'
48+
- '{extra_args}'
49+
vars:
50+
- 'load_generator=wrk'
51+
- 'lg_path=benchmarks/oss_performance_mediawiki/wrk/wrk'
52+
- 'duration=0.1m'
53+
- 'timeout=2m'
54+
- 'warmup_seconds=45'
55+
- 'extra_args='
56+
hooks:
57+
- hook: copymove
58+
options:
59+
is_move: true
60+
after:
61+
- 'oss-performance/perf.data'
62+
3363
- benchmark: oss_performance_mediawiki
3464
name: oss_performance_mediawiki_mlp
3565
description: Tuned +MLP run for oss_performance_mediawiki

0 commit comments

Comments
 (0)