Home
last modified time | relevance | path

Searched refs:behavior_prefix (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php97 function runBenchmark($file, $behavior_prefix) {
123 $behavior_prefix . "_parse" => $parse_benchmark->runBenchmark(),
124 $behavior_prefix . "_serailize" => $serialize_benchmark->runBenchmark()
133 $behavior_prefix = ""; variable
141 } else if (strpos($arg, "--behavior_prefix") == 0) {
142 $behavior_prefix = str_replace("--behavior_prefix=", "", $arg); variable
153 array_push($results, runBenchmark($arg, $behavior_prefix));
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py16 parser.add_argument("--behavior_prefix", dest="behavior_prefix",
59 result["benchmarks"][args.behavior_prefix + "_parse_from_benchmark"] = \
62 result["benchmarks"][args.behavior_prefix + "_serialize_to_benchmark"] = \
157 args.behavior_prefix + "_parse_from_benchmark"]))
160 args.behavior_prefix + "_serialize_to_benchmark"]))

Completed in 1 milliseconds