vesoft-inc / k6-plugin

Apache License 2.0
9 stars 9 forks source link

enhance csv reader #36

Closed HarrisChu closed 2 years ago

HarrisChu commented 2 years ago

to prevent read csv slowly, just read first N records into a slice, then send to channel in loop.