From 97fe4b6b2d6ada8066821594543bea38b564fb93 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 5 Jul 2024 02:06:55 +0100 Subject: Fix up perf tests in light of window management changes --- test/perf-instancing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/perf-instancing.cpp') 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(state.range())); GlobalPosition2D pos {}; for (auto _ : state) { -- cgit v1.2.3