Remove bootstrap2 benchmark

db4
Slava Pestov 2008-02-12 17:31:37 -06:00
parent 01a811496f
commit 0900c0e6cd
2 changed files with 0 additions and 15 deletions

View File

@ -1 +0,0 @@
Slava Pestov

View File

@ -1,14 +0,0 @@
USING: io.files io.launcher system bootstrap.image
namespaces sequences kernel ;
IN: benchmark.bootstrap2
: bootstrap-benchmark
"." resource-path cd
[
vm ,
"-i=" my-boot-image-name append ,
"-output-image=foo.image" ,
"-no-user-init" ,
] { } make try-process ;
MAIN: bootstrap-benchmark