GoogleCloudPlatform / GoogleCloudPlatform/PerfKitBenchmarker
Clean up formatting in PKB file - working on aerospike_benchmark.py file
Open
- Dominant language
- Python
- Stars
- 2k
- Forks
- 562
- Avg merge
- 4h 55m
- Merged PRs (30d)
- 69
Description
Hello
I am working on the this issue in aerospike_benchmark.py file
Goal to convert
flags.DEFINE_integer(
'aerospike_client_threads_step_size',.....)
to
AEROSPIKE_CLIENT_THREAD_STEP_SIZE = flags.DEFINE_integer(
'aerospike_client_threads_step_size',.....)
and change its uses accordingly
Contributor guide
Assessment
This issue has not been assessed yet.