aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bench_hilbert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bench_hilbert.cpp')
-rw-r--r--benchmark/bench_hilbert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_hilbert.cpp b/benchmark/bench_hilbert.cpp
index 6973fa3..b8cd9d6 100644
--- a/benchmark/bench_hilbert.cpp
+++ b/benchmark/bench_hilbert.cpp
@@ -42,7 +42,7 @@ template<template<class H, size_t M, size_t D> class Bench, size_t M, size_t D>
void
bench_row(Context& ctx, std::ostream& os)
{
- std::array<Duration, 4> results = {
+ const std::array<Duration, 4> results = {
((M * D <= chilbert::SmallBitVec::bits_per_rack)
? Bench<chilbert::SmallBitVec, M, D>{}(ctx)
: Duration{}),