snappy-go: Add snappy C++ implementation benchmarks.

The benchmark test data files are automatically downloaded from the
snappy subversion server and used for benchmark with the command:
go test -bench=Benchmark_.* -download

UValidate benchmarks are not supported since snappy-go doesn't support
validating a packet without decompressing it.

R=nigeltao, minux.ma
CC=golang-dev
https://codereview.appspot.com/7271049

Committer: Nigel Tao <nigeltao@golang.org>
2 files changed
tree: 1b216cfa0842c0052df6a0f548eac34844eddddd
  1. lib/
  2. snappy/
  3. .hgignore
  4. AUTHORS
  5. CONTRIBUTORS
  6. LICENSE
  7. README