diff --git a/extra/benchmark/regex-dna/deploy.factor b/extra/benchmark/regex-dna/deploy.factor new file mode 100644 index 0000000000..91edab430e --- /dev/null +++ b/extra/benchmark/regex-dna/deploy.factor @@ -0,0 +1,15 @@ +USING: tools.deploy.config ; +H{ + { deploy-word-defs? f } + { deploy-word-props? f } + { deploy-math? f } + { deploy-compiler? t } + { deploy-ui? f } + { deploy-c-types? f } + { "stop-after-last-window?" t } + { deploy-reflection 1 } + { deploy-name "benchmark.regex-dna" } + { deploy-io 2 } + { deploy-threads? f } + { deploy-unicode? f } +}