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..1024), step 2 7 // x_axis_label: Number of strings 8 // desc: Increasing number of strings with 64 length. 9 // modes: BOOST_METAPARSE_STRING, manual 10 11 \#define BOOST_METAPARSE_LIMIT_STRING_SIZE 32 12 13 \#include <benchmark_util.hpp> 14 15 #for j in range(0, $n) 16 TEST_STRING($random_string(32)) 17 #end for 18 19