API Referenceconsole
bananabench-print Reference
Script defined in `lua/console/bananabench-print.lua`. Simplest bananabench runner - executes the benchmark and prints results to console only.
Script defined in lua/console/bananabench-print.lua. Simplest bananabench runner - executes the benchmark and prints results to console only.
Functions/Exports
None (standalone script).
Usage
beamng -console lua/console/bananabench-print.luaInternal Notes
- Requires
lua/console/bananabenchmodule - Calls
bench.physics()with defaults - Output goes to stdout via bananabench's built-in print statements
- No file export - console output only
bananabench-json Reference
Script defined in `lua/console/bananabench-json.lua`. Runs the bananabench physics benchmark with default settings and saves results to a JSON file.
bananabench-xml Reference
Script defined in `lua/console/bananabench-xml.lua`. Runs bananabench on a predefined set of vehicles and exports results as XML, suitable for CI/CD performance reporting.