]> Cypherpunks repositories - gostls13.git/commit
compress/flate: add Encoder/Decoder benchmarks
authorDave Cheney <dave@cheney.net>
Sun, 29 Apr 2012 10:41:13 +0000 (20:41 +1000)
committerNigel Tao <nigeltao@golang.org>
Sun, 29 Apr 2012 10:41:13 +0000 (20:41 +1000)
commitd5b299eda2cc8388bbf8acd9fa03c05a5b76aa2c
tree096c87f879db4492e27bfde01f8c8090d1ae7856
parent24cce5c60c1cfc66567bf11203671e004c028c8d
compress/flate: add Encoder/Decoder benchmarks

In CL 6127051, nigeltao suggested that further gains
were possible by improving the performance of flate.
This CL adds a set of benchmarks (based on compress/lzw)
that can be used to judge any future improvements.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6128049
src/pkg/compress/flate/reader_test.go [new file with mode: 0644]
src/pkg/compress/flate/writer_test.go [new file with mode: 0644]