refactor(tests): reduce runtime for foundry tests
This commit is contained in:
parent
cf086ea9b9
commit
db24e611b7
2 changed files with 10 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ int main(int /*argc*/, char** /*argv*/)
|
|||
eoBooleanGenerator gen(0.5);
|
||||
eoInitFixedLength<EOT> init(dim, gen);
|
||||
|
||||
eoGenContinue<EOT> common_cont(100);
|
||||
eoGenContinue<EOT> common_cont(5);
|
||||
|
||||
eoForgeVector< eoContinue<EOT> > continuators;
|
||||
continuators.add< eoSteadyFitContinue<EOT> >(10,10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue