diff --git a/testing/README.md b/testing/README.md new file mode 100644 index 0000000..f0bf5eb --- /dev/null +++ b/testing/README.md @@ -0,0 +1 @@ +python benchmark.py --target_rps_per_connection 100 --parallel_connections 10 --duration 60 --warmup 1 --server_url http://10.18.9.60:8080 --input_file /Users/praneeth.bedapudi/RINGCENTRAL/marauders-map/ml_serving/nlu/semantic_score_serving/example.py --results_file a.json --request_timeout 0.6 diff --git a/testing/benchmark.py b/testing/benchmark.py index da54c5e..f42ac8c 100644 --- a/testing/benchmark.py +++ b/testing/benchmark.py @@ -424,6 +424,7 @@ def print_results(results): print("\n" + "="*80) + def main(): parser = argparse.ArgumentParser(description='API Benchmark Tool') parser.add_argument('--server_url', type=str, required=True, help='Server URL')