2 Revize 5ca3797558 ... d878d51f49

Autor SHA1 Zpráva Datum
  Felix Schultze d878d51f49 Merge branch 'otherteststructure' of git.ipe.kit.edu:schultze/volume-visualization into otherteststructure před 9 roky
  Felix Schultze 217a74a7a7 get average in csv před 9 roky
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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