aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/string/std_string.cpp
blob: cb10b4dc0c61b3dadcdf640a2354a7f40503581b (plain) (blame)
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"