Small change in parallelisation tuning

Former-commit-id: 3fe2495b7fd86a0ba47dd87907323a457bae481a
This commit is contained in:
2023-04-05 14:15:47 +02:00
parent 2e7fc9a589
commit d70bb45f3f
5 changed files with 25 additions and 9 deletions

View File

@ -25,8 +25,9 @@ func main() {
// trace.Start(ftrace)
// defer trace.Stop()
obioptions.SetWorkerPerCore(1)
obioptions.SetWorkerPerCore(2)
obioptions.SetReadWorkerPerCore(0.5)
optionParser := obioptions.GenerateOptionParser(obipcr.OptionSet)
_, args := optionParser(os.Args)