Skip to content

Commit

Permalink
GifDecode benchmark: use large GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Dec 16, 2024
1 parent 4be2645 commit dee312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageSharp.Benchmarks/Codecs/Gif/DecodeGif.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void ReadImages()
}
}

[Params(TestImages.Gif.Rings)]
[Params(TestImages.Gif.Cheers)]
public string TestImage { get; set; }

[Benchmark(Baseline = true, Description = "System.Drawing Gif")]
Expand Down

0 comments on commit dee312d

Please sign in to comment.