pingcap / go-tpc

A toolbox to benchmark TPC workloads in Go
Apache License 2.0
178 stars 94 forks source link

pkg/util/alloc.go error #177

Open starxchina opened 4 months ago

starxchina commented 4 months ago

is there some wrong in the pkg/util/alloc.go grow function? a wrong length []byte has been make, and the old data do not copy.