[Misc] Fix typo (#5618)

This commit is contained in:
Cyrus Leung 2024-06-18 11:58:30 +08:00 committed by GitHub
parent 8eadcf0b90
commit 32c86e494a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ latency_column_mapping = {
"P99": "P99", "P99": "P99",
} }
# thoughput tests and the keys that will be printed into markdown # throughput tests and the keys that will be printed into markdown
throughput_results = [] throughput_results = []
throughput_results_column_mapping = { throughput_results_column_mapping = {
"test_name": "Test name", "test_name": "Test name",