From 3c23b33bb10ce8862bc7d1d43c7c096dbd9096b5 Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Tue, 18 Jun 2024 11:58:30 +0800 Subject: [PATCH] [Misc] Fix typo (#5618) --- .../scripts/convert-results-json-to-markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py b/.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py index 9aa8162d18d2d..e1002213fdbc0 100644 --- a/.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py +++ b/.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py @@ -21,7 +21,7 @@ "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_column_mapping = { "test_name": "Test name",