factor/contrib/benchmarks/load.factor

14 lines
271 B
Factor
Raw Normal View History

2006-09-06 18:32:41 -04:00
PROVIDE: contrib/benchmark { } {
"empty-loop.factor"
"fac.factor"
"fib.factor"
"sort.factor"
"continuations.factor"
"ack.factor"
"hashtables.factor"
"strings.factor"
"vectors.factor"
"prettyprint.factor"
"iteration.factor"
} ;