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