web/app/models/benchmark_result.rb
changeset 156 c2db68d42669
parent 133 bef72dea1e7e
child 157 91374e0a6062
--- a/web/app/models/benchmark_result.rb	Wed Aug 14 17:39:00 2013 +0200
+++ b/web/app/models/benchmark_result.rb	Wed Aug 14 21:02:49 2013 +0200
@@ -31,7 +31,7 @@
   
   def to_json
     { 
-      timestamp: self.created_at.to_i * 1000, 
+      timestamp: self.created_at.to_i, 
       value: self.min_duration
     }
   end