Skip to content

Commit

Permalink
feat: configurable fuzz steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett authored Mar 23, 2023
1 parent 586c016 commit d1e598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-docker-fuzz-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run \
--name fuzz_test \
-v "${RESULT_DIR}:/tmp" \
vega_sim_learning:latest \
python -m vega_sim.scenario.fuzzed_markets.run_fuzz_test --steps 2880
python -m vega_sim.scenario.fuzzed_markets.run_fuzz_test --steps $1

docker cp fuzz_test:/vega_market_sim/fuzz_plots/. .
docker rm fuzz_test

0 comments on commit d1e598e

Please sign in to comment.