s/BenchmarkReportJSON.st
changeset 301 df951cc9a173
parent 285 0cf54ee76de5
--- a/s/BenchmarkReportJSON.st	Thu Oct 22 08:00:29 2015 +0100
+++ b/s/BenchmarkReportJSON.st	Thu Oct 22 08:25:49 2015 +0100
@@ -97,7 +97,7 @@
 
 writeMeasurementInstrument: instrument
     json writeDictionaryWith:[
-        json writeKey: 'name' value: instrument name.
+        json writeKey: 'name' value: instrument measurementInstrumentName.
         json writeElementSeparator.
         json writeKey: 'class' value: instrument class name.
         json writeElementSeparator.
@@ -105,6 +105,7 @@
     ].
 
     "Created: / 24-11-2014 / 23:46:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 22-10-2015 / 09:11:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 writeMeasurements: measurements