Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Greenspector CLI - To run measurement on our testbench

  • Testrunner - To run measurement on local device

One tool is optional (if you use https://saas.greenspector.com, you do not need it anymore)

  • DashboardCampaign - To generate a result's dashboard

...

  • greenspector-X.XX.X_linux-XXX to gspt

  • testrunner-X.X.X_linux-XXX to testrunner

  • dashboardCampagne-X.X.X_linux-XXX to dashboardCampagne

Unzip assets.tar

Rights

You need to give rights to these executables

Open a terminal where the executables are.

Code Block
languagebash
chmod +x gspt
chmod +x testrunner
chmod +x dashboard

Path

As usual to be able to launch these tools from every folder, we have to add them to PATH.

...