mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Merge fb27c01908
into 0d17d35ef4
This commit is contained in:
commit
8736b40de1
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ if [[ -n "$iterations" ]]; then
|
|||
echo "Running limbo_sim for $iterations iterations..."
|
||||
for ((i=1; i<=iterations; i++)); do
|
||||
echo "Iteration $i of $iterations"
|
||||
cargo run -p limbo_sim
|
||||
cargo run -p limbo_sim -- --minimum-tests 10 --maximum-tests 1000
|
||||
done
|
||||
echo "Completed $iterations iterations"
|
||||
else
|
||||
|
|
|
@ -91,7 +91,7 @@ pub struct SimulatorCLI {
|
|||
#[clap(
|
||||
long = "latency_prob",
|
||||
help = "added IO latency probability",
|
||||
default_value_t = 0
|
||||
default_value_t = 1
|
||||
)]
|
||||
pub latency_probability: usize,
|
||||
#[clap(long, help = "Enable experimental MVCC feature")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue