Explorar o código

Merge branch 'otherteststructure' of git.ipe.kit.edu:schultze/volume-visualization into otherteststructure

Felix Schultze %!s(int64=9) %!d(string=hai) anos
pai
achega
b7177a71de
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      loadtests/views.py

+ 2 - 0
loadtests/views.py

@@ -53,6 +53,8 @@ def createcsv(request, id):
     for result in test.results:
         writer.writerow([result.durationInSec])
 
+    writer.writerow(['average', test.get_average])
+
     return response