factor/contrib/benchmarks/load.factor

15 lines
279 B
Factor
Raw Normal View History

2006-10-21 02:40:38 -04:00
PROVIDE: contrib/benchmark
{ +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
} } ;