mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Merge branch 'main' of https://github.com/tursodatabase/limbo
This commit is contained in:
commit
ecb0f782ac
104 changed files with 5884 additions and 2004 deletions
|
@ -18,14 +18,14 @@ pub struct SimulatorCLI {
|
|||
short = 'n',
|
||||
long,
|
||||
help = "change the maximum size of the randomly generated sequence of interactions",
|
||||
default_value_t = 1024
|
||||
default_value_t = 20000
|
||||
)]
|
||||
pub maximum_size: usize,
|
||||
#[clap(
|
||||
short = 'k',
|
||||
long,
|
||||
help = "change the minimum size of the randomly generated sequence of interactions",
|
||||
default_value_t = 1
|
||||
default_value_t = 10000
|
||||
)]
|
||||
pub minimum_size: usize,
|
||||
#[clap(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue