diff --git a/benchmarks/BM_smoothers.cpp b/benchmarks/BM_smoothers.cpp index 920fa808..caca19b8 100644 --- a/benchmarks/BM_smoothers.cpp +++ b/benchmarks/BM_smoothers.cpp @@ -21,7 +21,7 @@ public: input = std::vector(state.range(0)); output = std::vector(state.range(0)); std::generate(input.begin(), input.end(), [&]() { return dist(gen); }); - sfz::cumsum(input, absl::MakeSpan(input)); + sfz::cumsum(input, absl::MakeSpan(input)); } void TearDown(const ::benchmark::State& /* state */)