From 0900c0e6cd164e94b7f83fc281f8bcb57160c8f2 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 12 Feb 2008 17:31:37 -0600 Subject: [PATCH] Remove bootstrap2 benchmark --- extra/benchmark/bootstrap2/authors.txt | 1 - extra/benchmark/bootstrap2/bootstrap2.factor | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100755 extra/benchmark/bootstrap2/authors.txt delete mode 100755 extra/benchmark/bootstrap2/bootstrap2.factor diff --git a/extra/benchmark/bootstrap2/authors.txt b/extra/benchmark/bootstrap2/authors.txt deleted file mode 100755 index 1901f27a24..0000000000 --- a/extra/benchmark/bootstrap2/authors.txt +++ /dev/null @@ -1 +0,0 @@ -Slava Pestov diff --git a/extra/benchmark/bootstrap2/bootstrap2.factor b/extra/benchmark/bootstrap2/bootstrap2.factor deleted file mode 100755 index f57e92e5e0..0000000000 --- a/extra/benchmark/bootstrap2/bootstrap2.factor +++ /dev/null @@ -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