From d37f165227f5cad6ee690dc16e7e735cd21dc56d Mon Sep 17 00:00:00 2001 From: Aji Date: Sun, 4 Apr 2021 22:12:37 +0700 Subject: [PATCH 1/2] Adding thousand separator in 3 summary fields; response/ seconds, total requests and 2xx --- web/src/components/result_summary.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/web/src/components/result_summary.vue b/web/src/components/result_summary.vue index 0d9e1db..240686e 100644 --- a/web/src/components/result_summary.vue +++ b/web/src/components/result_summary.vue @@ -5,7 +5,7 @@
- {{ Math.floor(summary.throughput) }} + {{ setThousandSeparator(Math.floor(summary.throughput)) }}

response / seconds

@@ -16,7 +16,7 @@ @@ -63,7 +63,7 @@