factor/extra/benchmark/bootstrap2/bootstrap2.factor

10 lines
229 B
Factor

USING: tools.deploy.private io.files system
tools.deploy.backend ;
IN: benchmark.bootstrap2
: bootstrap-benchmark
"." resource-path cd
vm { "-output-image=foo.image" "-no-user-init" } stage2 ;
MAIN: bootstrap-benchmark