factor/apps/benchmarks/load.factor

15 lines
277 B
Factor
Raw Permalink Normal View History

2006-11-28 21:57:29 -05:00
PROVIDE: apps/benchmarks
2006-10-21 02:40:38 -04:00
{ +tests+ {
2006-09-06 18:32:41 -04:00
"empty-loop.factor"
"fac.factor"
"fib.factor"
"sort.factor"
"continuations.factor"
"ack.factor"
"hashtables.factor"
"strings.factor"
"vectors.factor"
"prettyprint.factor"
"iteration.factor"
2006-10-21 02:40:38 -04:00
} } ;