From 311be274225df29ddf4c6fcaf80c49664ce63302 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 24 May 2010 12:41:43 -0400 Subject: [PATCH] Changed the common benchmark harness to compile benchmarks before running them. --- collects/tests/racket/benchmarks/common/auto.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/tests/racket/benchmarks/common/auto.rkt b/collects/tests/racket/benchmarks/common/auto.rkt index 4e49d92ac9..9532c8d21a 100755 --- a/collects/tests/racket/benchmarks/common/auto.rkt +++ b/collects/tests/racket/benchmarks/common/auto.rkt @@ -37,8 +37,7 @@ exec racket -qu "$0" ${1+"$@"} (define (clean-up-o1 bm) (delete-file (format "~a.o1" bm))) - (define (mk-racket bm) (void)) - #; + #;(define (mk-racket bm) (void)) (define (mk-racket bm) (unless (directory-exists? "compiled") (make-directory "compiled"))