Home
last modified time | relevance | path

Searched refs:runBenchmark (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php62 public function runBenchmark() { function
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));
/third_party/node/benchmark/async_hooks/
H A Dasync-local-storage-propagate-asyncresource.js31 function runBenchmark(n) { function
43 runBenchmark(n);
H A Dasync-local-storage-propagate-promise.js31 async function runBenchmark(n) {
44 runBenchmark(n).then(() => {
H A Dasync-local-storage-getstore-nested-run.js21 function runBenchmark(store, n) { function
43 runBenchmark(stores[0], n);
H A Dasync-local-storage-getstore-nested-resources.js22 function runBenchmark(store, n) { function
43 runBenchmark(store, n);
/third_party/node/test/common/
H A Dbenchmark.js9 function runBenchmark(name, env) { function
43 module.exports = runBenchmark;

Completed in 2 milliseconds