Skip to content

Commit

Permalink
gemini: minor cleanup after job refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Johansson committed Jul 8, 2019
1 parent 22a2357 commit f9e0f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gemini/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ func launch(schema *gemini.Schema, schemaConfig gemini.SchemaConfig, store store
}
done.Wait()
logger.Info("Warmup done")
done = &sync.WaitGroup{}
done.Add(1)
//job(Job, schema, schemaConfig, store, mode, outFile, logger)
switch mode {
case writeMode:
go job(done, MutationJob, concurrency, schema, schemaConfig, store, pump, generators, result, logger)
Expand Down

0 comments on commit f9e0f0f

Please sign in to comment.