A little workflow inconvenience. When running perf-collect.py as root (i.e.. sudo python perf-collect.py), the results/ directory is created with owner root and no write permission for regular users. This means a sudo chmod 777 results/ is needed before running perf-postprocess.py,
A little workflow inconvenience. When running perf-collect.py as root (i.e.. sudo python perf-collect.py), the results/ directory is created with owner root and no write permission for regular users. This means a
sudo chmod 777 results/
is needed before running perf-postprocess.py,