2 Commits 5ca3797558 ... d878d51f49

Autor SHA1 Mensaje Fecha
  Felix Schultze d878d51f49 Merge branch 'otherteststructure' of git.ipe.kit.edu:schultze/volume-visualization into otherteststructure hace 9 años
  Felix Schultze 217a74a7a7 get average in csv hace 9 años
Se han modificado 1 ficheros con 2 adiciones y 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