pingcap / go-tpc

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

Report is misleading in ch benchmark #165

Closed pyhalov closed 1 year ago

pyhalov commented 1 year ago

I was surprised by wrong QpH results in ch benchmark. It seems, test reports it wrong - we need 3600/(sum/count) , and sum is in ms, so have to multiply by 1000.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

dbsid commented 1 year ago

@Yui-Song Please take a look