From aa49f6b2dee4ed3e77901e3ac5049186ba7526a2 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 15 Jun 2010 12:45:51 -0400 Subject: [PATCH] Added an empty benchmark to measure Typed Scheme's startup time. original commit: 31d4da6f399acdd6f3f7217594d1f6ae2a7893c2 --- collects/tests/racket/benchmarks/shootout/nothing.rkt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 collects/tests/racket/benchmarks/shootout/nothing.rkt diff --git a/collects/tests/racket/benchmarks/shootout/nothing.rkt b/collects/tests/racket/benchmarks/shootout/nothing.rkt new file mode 100644 index 0000000000..e5a3b58314 --- /dev/null +++ b/collects/tests/racket/benchmarks/shootout/nothing.rkt @@ -0,0 +1,2 @@ +#lang racket/base +1