Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jan 18, 2024
1 parent 69c25a3 commit db78208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/wall_benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <filesystem>
#include <fstream>
#include <iostream>
#include <spdlog/spdlog.h>

namespace cura
{
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit db78208

Please sign in to comment.