1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:27:46 +00:00

Tests/LibPDF: Add a benchmark for SampledFunction::evaluate()

Takes 235.6±2.3ms to run over here, with `--benchmark_repetitions 5`.
This commit is contained in:
Nico Weber 2024-02-13 08:57:50 -05:00 committed by Andreas Kling
parent 3c9c134d71
commit b27aca9300
2 changed files with 76 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(TEST_SOURCES
BenchmarkPDF.cpp
TestPDF.cpp
)