Closed ErnestoMM94 closed 3 years ago
I was wondering why the example solution from the benchbot stack wasn't working. Do I have to manually add it? Or use the add-on?
That's a good catch @ernestoMM94 .
The issue is the command in the tutorial is out of date. Examples now run in native
mode by default, so you don't need the flag. The command should instead be:
benchbot_submit --example hello_passive
I've updated the tutorial to reflect this. Thanks for reporting!