aperf
aperf copied to clipboard
Error: paths in archives must be relative when setting path for
When trying to specify a path other than the directory aperf is being run from report generation fails with the following error:
tyljont@U-1YMB85AFI6BJ4:~/Downloads$ aperf report --run ./c6i.2xl-8pods-pypy-3 --run ./c7g.2xl-8pods-pypy-3 -n /home/tyljont/Desktop/c6i-8pods-pypy-c7g-8pods-pypy-compare
[2023-12-27T17:33:04Z INFO aperf_lib::report] Creating APerf report...
[2023-12-27T17:33:20Z INFO aperf_lib::report] Generating /home/tyljont/Desktop/c6i-8pods-pypy-c7g-8pods-pypy-compare.tar.gz
Error: paths in archives must be relative when setting path for
I can confirm the error.
Actions:
- Help Message mentions "NAME" for the report, but most users assume it is a directory. Fix help.
- Fix error message (why is an empty string printed?)
- The report directory is OK, the tar file is empty. Fix tar file (change directory before tar)