benchmark.crc32: do more work in the crc32-benchmark.

John Benediktsson 2013-04-19 11:35:47 -07:00
parent 9f2993e67d
commit 9479afea4b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ USING: checksums checksums.crc32 io.encodings.ascii io.files kernel math ;
IN: benchmark.crc32
: crc32-benchmark ( -- )
10 [
1,000 [
"vocab:mime/multipart/multipart-tests.factor"
crc32 checksum-file drop
] times ;