aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver_scenario_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/qps_json_driver_scenario_gen.py')
-rwxr-xr-xtest/cpp/qps/qps_json_driver_scenario_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/qps_json_driver_scenario_gen.py b/test/cpp/qps/qps_json_driver_scenario_gen.py
index 393f968a64..2b66c69d8a 100755
--- a/test/cpp/qps/qps_json_driver_scenario_gen.py
+++ b/test/cpp/qps/qps_json_driver_scenario_gen.py
@@ -33,6 +33,7 @@ def generate_args():
serialized_scenarios_str = str(all_scenarios).encode('ascii', 'ignore')
with open('qps_json_driver_scenarios.bzl', 'w') as f:
+ f.write('"""Scenarios of qps driver."""\n\n')
f.write('QPS_JSON_DRIVER_SCENARIOS = ' + serialized_scenarios_str + '\n')
generate_args()