Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(314)

Delta Between Two Patch Sets: src/pkg/image/draw/bench_test.go

Issue 5136050: code review 5136050: This changes are due to change in the color.go file. Ne...
Left Patch Set: Created 12 years, 6 months ago
Right Patch Set: diff -r 6c5c19791fae https://code.google.com/p/go/ Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/image/draw/Makefile ('k') | src/pkg/image/draw/clip_test.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2011 The Go Authors. All rights reserved. 1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 package draw 5 package draw
6 6
7 import ( 7 import (
8 "image" 8 "image"
9 "image/ycbcr" 9 "image/ycbcr"
10 "testing" 10 "testing"
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, image.AlphaColo rModel, Over) 197 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, image.AlphaColo rModel, Over)
198 } 198 }
199 199
200 func BenchmarkGenericSrc(b *testing.B) { 200 func BenchmarkGenericSrc(b *testing.B) {
201 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, nil, Src) 201 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, nil, Src)
202 } 202 }
203 203
204 func BenchmarkGenericMaskSrc(b *testing.B) { 204 func BenchmarkGenericMaskSrc(b *testing.B) {
205 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, image.AlphaColo rModel, Src) 205 bench(b, image.RGBA64ColorModel, image.RGBA64ColorModel, image.AlphaColo rModel, Src)
206 } 206 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b