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.
The warning is that asking not to optimize a const variable does not always work. Fix by simply not declaring the variable as const.