https://github.com/pingcap/tidb-bench
A Simple Benchmark For TiDB
https://github.com/pingcap/tidb-bench
Last synced: 8 months ago
JSON representation
A Simple Benchmark For TiDB
- Host: GitHub
- URL: https://github.com/pingcap/tidb-bench
- Owner: pingcap
- License: apache-2.0
- Created: 2015-10-25T01:26:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T02:49:31.000Z (over 3 years ago)
- Last Synced: 2025-04-07T08:36:55.518Z (11 months ago)
- Language: C
- Size: 7.16 MB
- Stars: 109
- Watchers: 119
- Forks: 80
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidb-bench
TiDB standard test suite.
## Support
- OLTP Benchmark
- [sql-bench](./sql-bench)
- [Sysbench](./sysbench)
- OLAP Benchmark
- [TPC-DS](./tpcds)
- [TPC-H](./tpch)
- [Star Schema Benchmark](./ssb)
- [Aggregate Benchmark](./abm)
## Tips
- For the Sysbench test, we only provide a simple script, which requires `sysbench` to be installed.
- For the TPC-C test codes, please refer to another separate [repo](https://github.com/pingcap/benchmarksql).
+ Please follow our guides to run the tests:
- [Sysbench](https://pingcap.com/docs/v3.0/benchmark/how-to-run-sysbench/)
- [TPC-C](https://pingcap.com/docs/v3.0/benchmark/how-to-run-tpcc)