2009-11-09 01:54:59 -05:00
|
|
|
IN: project-euler.ave-time.tests
|
|
|
|
USING: tools.test math arrays project-euler.ave-time ;
|
|
|
|
|
|
|
|
{ 0 3 } [ 1 2 [ + ] 10 collect-benchmarks ] must-infer-as
|
2015-07-03 12:39:59 -04:00
|
|
|
{ 1 2 t } [ 1 2 [ + ] 10 collect-benchmarks array? ] unit-test
|