From 58275eb51a8d39a96ddca0576de70842cb156558 Mon Sep 17 00:00:00 2001 From: DarkLight1337 Date: Tue, 18 Jun 2024 02:56:43 +0000 Subject: [PATCH] Fix typo --- .../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 9aa8162d18d2..e1002213fdbc 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",