]> Cypherpunks repositories - gostls13.git/commit
image/jpeg: clean up BenchmarkDecode and BenchmarkEncode to not
authorNigel Tao <nigeltao@golang.org>
Sun, 7 Oct 2012 00:30:47 +0000 (11:30 +1100)
committerNigel Tao <nigeltao@golang.org>
Sun, 7 Oct 2012 00:30:47 +0000 (11:30 +1100)
commitf2444f0bc18d9b3d61d115ac29479d7ff3c4f829
tree0da967aa5b5553b1d8286bfe2dff4e5d12c53ff8
parentb0c3429ac30ae91d00c3fb0e2a62b220f25d6e65
image/jpeg: clean up BenchmarkDecode and BenchmarkEncode to not
refer to opacity. Those references were copy/pasted from the
image/png encoding benchmarks, which cares whether or not the
source image is opaque, but the JPEG encoder does not care.

R=r
CC=golang-dev
https://golang.org/cl/6623052
src/pkg/image/jpeg/writer_test.go