1
0
forked from MTSR/mapserver
This commit is contained in:
NatureFreshMilk 2019-07-31 13:32:31 +02:00
parent a9f5a5105c
commit 2f2e1d0d58
2 changed files with 1 additions and 7 deletions

View File

@ -52,7 +52,6 @@ func createRenderer(b *testing.B) (*MapBlockRenderer, callback) {
return r, cleanup
}
func BenchmarkRenderEmptySingle(b *testing.B) {
r, cleanup := createRenderer(b)
defer cleanup()
@ -87,7 +86,6 @@ func BenchmarkRenderSingle(b *testing.B) {
}
}
func BenchmarkRenderStride(b *testing.B) {
r, cleanup := createRenderer(b)
defer cleanup()
@ -105,7 +103,6 @@ func BenchmarkRenderStride(b *testing.B) {
}
}
func BenchmarkRenderBigStride(b *testing.B) {
r, cleanup := createRenderer(b)
defer cleanup()
@ -122,4 +119,3 @@ func BenchmarkRenderBigStride(b *testing.B) {
}
}
}

View File

@ -1,8 +1,6 @@
package testutils
import (
)
import ()
func CreateMapBlockAccessor() {
}