Skip to content

Fix deprecation warning from Google benchmark

The warning is that asking not to optimize a const variable does not always work. Fix by simply not declaring the variable as const.

Merge request reports