The command: "cargo run configs/POAC_400/n64.toml" doesn't work since the folder "POAC_400" doesn't exist and the user most likely does not have the environment variable "BENCHMARK_DIR" set to "./benchmarks". The example also runs the code in debug mode rather than release mode.
This command worked for me: "BENCHMARK_DIR=./benchmarks cargo run --release configs/n64.toml"
The command: "cargo run configs/POAC_400/n64.toml" doesn't work since the folder "POAC_400" doesn't exist and the user most likely does not have the environment variable "BENCHMARK_DIR" set to "./benchmarks". The example also runs the code in debug mode rather than release mode.
This command worked for me: "BENCHMARK_DIR=./benchmarks cargo run --release configs/n64.toml"