mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 00:24:21 +01:00
Add scripts/run-sim helper
...to run the simulator in a loop with different seeds.
This commit is contained in:
7
scripts/run-sim
Executable file
7
scripts/run-sim
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
while true; do
|
||||
cargo run -p limbo_sim
|
||||
done
|
||||
Reference in New Issue
Block a user