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

8 lines
107 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 ] time
[ 5000000 [ drop ] times* ] time