Skip to content

Commit af6e197

Browse files
committed
Remove 512x512 screen resolution from benchmarks
This resolution is no longer possible to use for the screen size. Max is 64KB (eg 256x256).
1 parent e6307de commit af6e197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/bench/screen_bench_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func runBenchmarks(b *testing.B, callback func(res Resolution)) {
132132
var resolutions = [...]Resolution{
133133
{W: 128, H: 128},
134134
{W: 256, H: 256},
135-
{W: 512, H: 512},
136135
}
137136

138137
for _, resolution := range resolutions {

0 commit comments

Comments
 (0)