]> gitweb.factorcode.org Git - factor.git/blob - basis/memoize/syntax/syntax-tests.factor
4592c92fe70708c3fe1f6b9ae08271ce46b08120
[factor.git] / basis / memoize / syntax / syntax-tests.factor
1 USING: calendar math.order memoize.syntax sequences threads
2 tools.test tools.time ;
3
4 IN: memoize.syntax.tests
5
6 [ t ] [
7     { 1/8 1/8 1/8 1/8 1/16 1/16 1/16 }
8     [ MEMO[ seconds sleep ] each ] benchmark
9     0.18e9 0.25e9 between?
10 ] unit-test