diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-05 02:06:55 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-05 02:06:55 +0100 |
commit | 97fe4b6b2d6ada8066821594543bea38b564fb93 (patch) | |
tree | f46619f2667ad16ff1653f3e6566069a3d6a6a7c /test/perf-instancing.cpp | |
parent | Re-add testHelpers.h (diff) | |
download | ilt-97fe4b6b2d6ada8066821594543bea38b564fb93.tar.bz2 ilt-97fe4b6b2d6ada8066821594543bea38b564fb93.tar.xz ilt-97fe4b6b2d6ada8066821594543bea38b564fb93.zip |
Fix up perf tests in light of window management changes
Diffstat (limited to 'test/perf-instancing.cpp')
-rw-r--r-- | test/perf-instancing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf-instancing.cpp b/test/perf-instancing.cpp index 829ea50..3638111 100644 --- a/test/perf-instancing.cpp +++ b/test/perf-instancing.cpp @@ -26,7 +26,7 @@ struct data { static void partition(benchmark::State & state) { - TestMainWindow window; + TestMainWindowAppBase window; data d(static_cast<size_t>(state.range())); GlobalPosition2D pos {}; for (auto _ : state) { |