• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright Abel Sinkovics (abel@sinkovics.hu) 2016.
2 // Distributed under the Boost Software License, Version 1.0.
3 //    (See accompanying file LICENSE_1_0.txt or copy at
4 //          http://www.boost.org/LICENSE_1_0.txt)
5 
6 // n in [0..2048), step 2
7 // x_axis_label: Length of the 128 strings
8 // desc: 128 strings with increasing length.
9 // modes: BOOST_METAPARSE_STRING, manual
10 
11 \#define BOOST_METAPARSE_LIMIT_STRING_SIZE $n
12 
13 \#include <benchmark_util.hpp>
14 
15 #for j in range(0, 128)
16 TEST_STRING($random_string($n))
17 #end for
18 
19