mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
Run slightly fewer set commands
We don't need all that many random set commands to get some coverage for them.
This commit is contained in:
parent
1f754dd998
commit
edbb2d3e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ func TestMain_Set_Quick(t *testing.T) {
|
|||
t.Parallel()
|
||||
|
||||
rand := rand.New(rand.NewSource(int64(i)))
|
||||
cmds := GenerateSetCommands(1000, rand)
|
||||
cmds := GenerateSetCommands(100, rand)
|
||||
|
||||
m := test.RunCommand(t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue