We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gocql readme recommends increasing GOGC. Should the benchmark use a higher value than the default?
For example with GOGC=100 (the default) I get:
Benchmark configuration: main.Config{nodeAddresses:[]string{"127.0.0.1:9042"}, workload:2, tasks:1000000, concurrency:1024, batchSize:256, dontPrepare:false} Starting the benchmark Finished Benchmark time: 8927 ms
and with GOGC=500:
Benchmark configuration: main.Config{nodeAddresses:[]string{"127.0.0.1:9042"}, workload:2, tasks:1000000, concurrency:1024, batchSize:256, dontPrepare:false} Starting the benchmark Finished Benchmark time: 7213 ms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gocql readme recommends increasing GOGC. Should the benchmark use a higher value than the default?
For example with GOGC=100 (the default) I get:
and with GOGC=500:
The text was updated successfully, but these errors were encountered: