~ chicken-core (chicken-5) 04462913f6715a6f9ee2a8022f09044d2b689ff7
commit 04462913f6715a6f9ee2a8022f09044d2b689ff7
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Tue Jan 19 23:50:59 2016 +1300
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Tue Mar 8 22:52:34 2016 +1300
Drop nonexistent file from runbench.sh
thread-list.scm was removed with srfi-18 in c04f36b.
diff --git a/tests/runbench.sh b/tests/runbench.sh
index 7841ec14..822d6f54 100755
--- a/tests/runbench.sh
+++ b/tests/runbench.sh
@@ -64,10 +64,6 @@ echo "======================================== fft/unboxed ... "
$compile fft.scm -D unboxed
run 2000 11
-echo "======================================== threads ... "
-$compile thread-list.scm -f
-run 1000000
-
echo "======================================== allocation ... "
$compile gobble.scm
run 1000000000
Trap