influxdb/stress/v2/statement
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
..
exec.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
exec_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
function.go Add v2 stress test 2016-04-21 11:03:43 -07:00
function_test.go Add v2 stress test 2016-04-21 11:03:43 -07:00
go.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
go_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
influxql.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
influxql_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
insert.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
insert_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
query.go Convert usage of strings to []byte 2017-05-12 14:05:19 -06:00
query_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
report.go Address PR comments 2016-04-28 14:22:39 -07:00
report_test.go Add v2 stress test 2016-04-21 11:03:43 -07:00
response_time.go Add v2 stress test 2016-04-21 11:03:43 -07:00
response_time_test.go Add v2 stress test 2016-04-21 11:03:43 -07:00
set.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
set_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
statement.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
template.go Add v2 stress test 2016-04-21 11:03:43 -07:00
template_test.go Add v2 stress test 2016-04-21 11:03:43 -07:00
timestamp.go Address PR comments 2016-04-25 11:13:10 -07:00
timestamp_test.go Add v2 stress test 2016-04-21 11:03:43 -07:00
wait.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00
wait_test.go Clean up code, fix struct and file names to fit with golang convention 2016-06-22 13:13:36 -07:00