Home
last modified time | relevance | path

Searched refs:runBenchmark (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DDispatchersContextSwitchBenchmark.kt37 fun coroutinesIoDispatcher() = runBenchmark(Dispatchers.IO) in coroutinesIoDispatcher()
40 fun coroutinesDefaultDispatcher() = runBenchmark(Dispatchers.Default) in coroutinesIoDispatcher()
43 fun coroutinesFjpDispatcher() = runBenchmark(fjp) in coroutinesIoDispatcher()
46 fun coroutinesFtpDispatcher() = runBenchmark(ftp) in coroutinesIoDispatcher()
49 fun coroutinesBlockingDispatcher() = runBenchmark(EmptyCoroutineContext) in coroutinesIoDispatcher()
63 private fun runBenchmark(dispatcher: CoroutineContext) = runBlocking { in <lambda>() method in benchmarks.scheduler.DispatchersContextSwitchBenchmark
/external/protobuf/benchmarks/php/
DPhpBenchmark.php62 public function runBenchmark() { function in Google\\Protobuf\\Benchmark\\Benchmark
97 function runBenchmark($file, $behavior_prefix) { function
123 $behavior_prefix . "_parse" => $parse_benchmark->runBenchmark(),
124 $behavior_prefix . "_serailize" => $serialize_benchmark->runBenchmark()
153 array_push($results, runBenchmark($arg, $behavior_prefix));