Skip to content

Commit

Permalink
refactor: switch fuzz tests to perps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
witgaw committed Nov 16, 2023
1 parent ffc75ec commit 1261d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_sim/scenario/fuzzed_markets/run_fuzz_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _run(
output_dir: str = "fuzz_plots",
core_metrics_port: int = 2723,
data_node_metrics_port: int = 3651,
perp_market_probability: float = 0.5,
perp_market_probability: float = 1.0,
):
scenario = FuzzingScenario(
num_steps=steps,
Expand Down

0 comments on commit 1261d39

Please sign in to comment.