Method: QaServer::Configuration#performance_tracker
- Defined in:
- lib/qa_server/configuration.rb
#performance_tracker ⇒ Object
196 197 198 199 200 |
# File 'lib/qa_server/configuration.rb', line 196 def performance_tracker @performance_tracker ||= File.new('log/performance.csv', 'w').tap do |f| f.puts('action, http request, load graph, normalization, TOTAL, data size, authority') end end |