Skip to content

Commit 6be53bd

Browse files
author
ea.pav
committed
revert suggested change
1 parent 93d8895 commit 6be53bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/L0_backend_vllm/metrics_test/vllm_metrics_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_vllm_metrics(self):
132132
# (11, 5, 1420, 9, 5, 82, 4, 50118, 50118, 133, 499, 9, 4687, 16, 11, 5)
133133
self.assertEqual(metrics_dict["vllm:generation_tokens_total"], 48)
134134
# vllm:num_preemptions_total
135-
self.assertEqual(metrics_dict["vllm:prompt_tokens_total"], 0)
135+
self.assertEqual(metrics_dict["vllm:num_preemptions_total"], 0)
136136
# vllm:time_to_first_token_seconds
137137
self.assertEqual(
138138
metrics_dict["vllm:time_to_first_token_seconds_count"], total_prompts

0 commit comments

Comments
 (0)