(no title)
vlowther | 4 months ago
$ go test -v
=== RUN TestChunkOps
chunk_test.go:26: Checking basic persistence and Store expansion.
chunk_test.go:74: Checking close and reopen read-only
chunk_test.go:106: Checking that readonly blocks write ops
chunk_test.go:116: Checking Clear
chunk_test.go:175: Checking interrupted write
--- PASS: TestChunkOps (0.06s)
=== RUN TestEncWriteSpeed
chunk_test.go:246: Wrote 1443 MB/s
chunk_test.go:264: Read 5525.418751 MB/s
--- PASS: TestEncWriteSpeed (1.42s)
=== RUN TestPlaintextWriteSpeed
chunk_test.go:301: Wrote 1693 MB/s
chunk_test.go:319: Read 10528.744206 MB/s
--- PASS: TestPlaintextWriteSpeed (1.36s)
PASS
No comments yet.