I am trying to use bench-bot for my substrate application. I have to customize it according to my application. Its working fine if I run bot-service on my local mac system. But if I run bot-service on Ububtu SSH server, it doesn't find cargo. I have Rust, cargo installed on server.
I
: INFO (app): report: Benchmark: **Benchmark Runtime Substrate Pallet**
: cargo run --release --features=runtime-benchmarks --bin testnet -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_example --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./pallets/example/src/weights.rs --template=./.maintain/frame-weight-template.hbs
: <details>
: <summary>Results</summary>
: /bin/sh: 1: cargo: not found
: </details>
I am trying to use bench-bot for my substrate application. I have to customize it according to my application. Its working fine if I run bot-service on my local mac system. But if I run bot-service on Ububtu SSH server, it doesn't find
cargo
. I have Rust, cargo installed on server.I
Can someone help me to fix this?