Search Unity

Question Performance Benchmark report tool generates nothing

Discussion in 'Testing & Automation' started by Darkgaze, Jun 24, 2021.

  1. Darkgaze

    Darkgaze

    Joined:
    Apr 3, 2017
    Posts:
    397
    I'm creating a couple of performance tests from v2018.4 using the Performance package.

    The xml is generated and the report can be read (after modifying the code of the report reader window that reads whe wrong path.

    (In case somebody needs to fix that: TestReportWindow.cs <-- in the package. Edit the LoadData function to read from Application.streamingAssetsPath instead of the persistent one).

    So I have the data in xml. Then I used the tool documented here:
    https://blog.unity.com/technology/performance-benchmarking-in-unity-how-to-get-started

    I downloaded the latest version, which is 1.2 using .NET 3.1, which I had to install in C:/dotnet/
    The tool works, asks for a path, and an output path, but when I execute it in admin mode, nothing happens. No .html is output anywhere. I tried absolute paths, relative paths, all written correctly. But nothing is generated.

    Anybody had the same problem?
     
  2. Darkgaze

    Darkgaze

    Joined:
    Apr 3, 2017
    Posts:
    397