Skip to content

Prepare scripts for multithreaded benchmarking

Denes Tarjan requested to merge feature-benchmark-script-multithread into main

Requirements:

  • if extra parameters not given, it should use one thread, and the default operation should be good for most
  • with some extra parameters, multithreaded benchmarking can be done without hacking the scripts all the time

My example:

adb -s 12345678 shell "BENCHMARK_FILTER=Remap OPENCV_FOR_THREADS_NUM=2 /data/local/tmp/run_benchmarks.sh"
Edited by Denes Tarjan

Merge request reports