Add --url and --api-auth-token options to `lnt create` (#195) Replace --hostname/--hostsuffix with a single --url option that sets zorgURL directly, and add --api-auth-token to write the API token into the generated config. This eliminates the need for callers to manually append settings to lnt.cfg after creation. Also simplify the generated WSGI template to not suggest that it should be run manually, which is incorrect (use `lnt runserver` instead). Fixes #180
LNT is an infrastructure for performance testing. The software itself consists of two main parts, a web application for accessing and visualizing performance data, and command line utilities to allow users to generate and submit test results to the server.
The package was originally written for use in testing LLVM compiler technologies, but is designed to be usable for the performance testing of any software.
The official LNT documentation is available online at: https://llvm.org/docs/lnt
The LNT source is available in the llvm-lnt repository: https://github.com/llvm/llvm-lnt
To get started, please look at the Developer Guide in the official documentation.