From db78208c63b40c4e9b437a162a5b5f13462acb2b Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Thu, 18 Jan 2024 14:23:50 +0100 Subject: [PATCH] Fix benchmarks --- benchmark/wall_benchmark.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmark/wall_benchmark.h b/benchmark/wall_benchmark.h index 4c2c597bf3..13f2021ceb 100644 --- a/benchmark/wall_benchmark.h +++ b/benchmark/wall_benchmark.h @@ -18,6 +18,7 @@ #include #include #include +#include namespace cura { @@ -105,7 +106,7 @@ class HolesWallTestFixture : public benchmark::Fixture void SetUp(const ::benchmark::State& state) { - auto wkt_file = std::filesystem::path(__FILE__).parent_path().append("hole.wkt"); + auto wkt_file = std::filesystem::path(__FILE__).parent_path().append("holes.wkt"); std::ifstream file{ wkt_file }; std::stringstream buffer;