std_string.cpp 167 B

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