factor/library/test/benchmark/empty-loop.factor

8 lines
125 B
Factor
Raw Normal View History

2004-08-23 23:27:55 -04:00
IN: scratchpad
2004-08-26 22:21:17 -04:00
USE: math
USE: stack
2004-08-23 23:27:55 -04:00
USE: test
[ ] [ 5000000 [ ] times ] unit-test
[ ] [ 5000000 [ drop ] times* ] unit-test