go-tpc icon indicating copy to clipboard operation
go-tpc copied to clipboard

A toolbox to benchmark TPC workloads in Go

Results 20 go-tpc issues
Sort by recently updated
recently updated
newest added

The error message is misleading and not user-friendly enough to show why the program gets panic. ``` # go-tpc tpcc --host xxx.xxx.xxx.xxx -P4000 --warehouses 1000 run -D tpcc -T 200...

I'm new to tidb and trying to benchmark my tidb cluster using tpc-c. I'm running a tidb cluster with 3 tidb,3 tikv and 3 pd services running on the 3...

Fail to connect database when loading data ![20230511175519008](https://github.com/pingcap/go-tpc/assets/59139729/11ab2f1f-5d55-4bdd-b264-1db33c014dca)

Lineitem should have 6,000,000 x SF But For sf1 it has 6001215 For sf5 it has 29999795 For sf10 it has 59986052 For sf100 it has 600037902 What is going...

``` ==> tpcc10000.customer.csv tpcc10000.orders.0.csv

Now that postgres support is added, would it make sense to add support for SQLite too? Context: I'm looking for a tool to benchmark [mvsqlite](https://github.com/losfair/mvsqlite) :)

```shell ~ go-tpc tpch --sf=50 --output-dir=tpch50 --output-type=csv prepare [mysql] 2022/04/01 01:29:25 packets.go:36: unexpected EOF [mysql] 2022/04/01 01:29:37 packets.go:36: unexpected EOF [mysql] 2022/04/01 01:29:50 packets.go:36: unexpected EOF cannot connect to the...

Run stress test: prompt supplier table does not exist ![origin_img_v2_2238ee44-7336-4da2-8173-807202e1799g](https://user-images.githubusercontent.com/11624213/168580594-f55b85ef-6952-4ccf-bc5d-93769ec45bce.jpg) ![origin_img_v2_bef3667e-8b00-4c6c-8b94-f0ba1c1e567g](https://user-images.githubusercontent.com/11624213/168580608-66e14e65-6645-4532-b04a-6cb408bd4cab.jpg)

I am new to k8s and TiDB. Now I have a confusing problem. I used kind to create a local k8s cluster with the following configure, ``` # three node...