Skip to content

Choose an interface

All interfaces read the same saved runs; none of them changes what a measurement means.

  • Run one item while editing — VS Code

  • Select workloads and versions in a browser — Web interface (Oxygen)

  • Work from a terminal — REPL

  • Keep an editable notebook — Pluto

  • Explore or export measured plots — Makie

  • Put saved measurements in your own docs — Documenter

Which package supplies it

  • PerfChecker — Julia API, command line, text REPL.

  • PerfCheckerWeb — Oxygen studio and HTTP endpoints.

  • PerfCheckerPluto — notebook controls and Pluto launch.

  • PerfCheckerMakie — Makie figures; WGLMakie adds interactive HTML.

  • VS Code extension — Testing view, commands, investigation panel.

Load the package that supplies the interface. If two interfaces need conflicting dependencies, put them in separate environments and open the same saved run in each.

See Installation for what to add.

Open source · Report an issue · Contributions welcome