1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:37:45 +00:00

Tests: Add benchmarks for JPEGLoader

I'm the author of the image.
This commit is contained in:
Lucas CHOLLET 2023-03-28 11:51:48 -04:00 committed by Linus Groh
parent b746d324cf
commit 2812ef246d
3 changed files with 49 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
BenchmarkGfxPainter.cpp
BenchmarkJPEGLoader.cpp
TestFontHandling.cpp
TestICCProfile.cpp
TestImageDecoder.cpp