benchmark.crc32: do more work in the crc32-benchmark.
parent
9f2993e67d
commit
9479afea4b
|
|
@ -2,7 +2,7 @@ USING: checksums checksums.crc32 io.encodings.ascii io.files kernel math ;
|
||||||
IN: benchmark.crc32
|
IN: benchmark.crc32
|
||||||
|
|
||||||
: crc32-benchmark ( -- )
|
: crc32-benchmark ( -- )
|
||||||
10 [
|
1,000 [
|
||||||
"vocab:mime/multipart/multipart-tests.factor"
|
"vocab:mime/multipart/multipart-tests.factor"
|
||||||
crc32 checksum-file drop
|
crc32 checksum-file drop
|
||||||
] times ;
|
] times ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue