aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/string/string.cpp
blob: c634c204d8469aedce29332f9da495e306d96578 (plain) (blame)
1
2
3
4
5
6
7
8
#include <library/cpp/testing/benchmark/bench.h>

#include <util/generic/string.h>

#define BENCHMARK_PREFIX TString
#define BENCHMARKED_CLASS ::TString

#include "benchmarks.h"