influxdb/stress/v2/stress_client
Jason Wilder 2cac46ebbc Convert usage of strings to []byte
Measurement name and field were converted between []byte and string
repetively causing lots of garbage.  This switches the code to use
[]byte in the write path.
2017-05-12 14:05:19 -06:00
..
commune.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
commune_test.go Convert usage of strings to []byte 2017-05-12 14:05:19 -06:00
directive.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
directive_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
package.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
package_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
reporting.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
reporting_test.go panicing is bad -> error returns are good 2017-01-03 14:28:29 -06:00
response.go panicing is bad -> error returns are good 2017-01-03 14:28:29 -06:00
response_test.go panicing is bad -> error returns are good 2017-01-03 14:28:29 -06:00
stressTest.go panicing is bad -> error returns are good 2017-01-03 14:28:29 -06:00
stressTest_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
stress_client.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
stress_client_query.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
stress_client_write.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
tracer.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
tracer_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
util.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00