From 527457ab0b3c80bc5d45e1df81ae89fca2fb6ac6 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 3 Nov 2017 12:57:58 -0200 Subject: Add results for scalability tests from lynx --- .../results/lynx/test_upload-20171103T142434/tests.gplot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot (limited to 'server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot') diff --git a/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot b/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot new file mode 100644 index 0000000..91982c0 --- /dev/null +++ b/server-scalability/results/lynx/test_upload-20171103T142434/tests.gplot @@ -0,0 +1,8 @@ +set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/tests.png" +set title "Successful Tests Per Second" +set terminal png size 640,540 +set xlabel "Concurrent Users" +set ylabel "Test/s" +set grid back +set xrange [0:201] +plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_upload-20171103T142434/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS" -- cgit v1.2.3