1 2 3 4 5 6 7 8
#include <library/cpp/testing/benchmark/bench.h> #include <string> #define BENCHMARK_PREFIX StdString #define BENCHMARKED_CLASS std::string #include "benchmarks.h"