Searched refs:benchmark_type (Results 1 – 5 of 5) sorted by relevance
51 def process_test_logs(name, test_name, test_args, benchmark_type, argument74 results.benchmark_type = test_log_pb2.TestResults.BenchmarkType.Value(75 benchmark_type.upper())99 benchmark_type): argument169 benchmark_type=benchmark_type,
12 benchmark_type = "cpp_microbenchmark"):41 "--benchmark_type=%s" % benchmark_type,68 benchmark_type = "python_benchmark",
71 benchmark_type = FLAGS.benchmark_type74 benchmark_type=benchmark_type)
139 int benchmark_type = b_type; member160 switch (opt.benchmark_type) { in ParseExample()211 switch (opt.benchmark_type) { in ParseSingleExample()
188 BenchmarkType benchmark_type = 10; field