#include <library/cpp/testing/benchmark/bench.h>

#include <string>

#define BENCHMARK_PREFIX StdString
#define BENCHMARKED_CLASS std::string

#include "benchmarks.h"