Releases: pingcap/go-tpc
Releases · pingcap/go-tpc
v1.0.10
What's Changed
- Fix tpch q15 failure in collecting plan-replayer mode by @Yisaer in #159
- print plan replayer error instead throw it by @Yisaer in #160
- Print plan replayer error instead of throw up by @Yisaer in #161
- Fix tpch q15 failed when running in concurrency by @Yisaer in #163
- Add explain support for CHbenchmark by @breezewish in #164
- Report is misleading in ch benchmark by @pyhalov in #165
- fix security alert by @dbsid in #166
- *: upgrade go1.21 and upgrade dependency by @hawkingrei in #170
- *: set right GOMAXPROCS by @hawkingrei in #171
- fix unavaiable max-procs by @hawkingrei in #172
- Support connect to both tls and non-tls server by @xuanyu66 in #174
- *: Support building multi-arch image by @pingyu in #175
- fix(ch): fix bug in ch query q2 by @Yui-Song in #178
- tpch: add query tuning configs for tpch by @zanmato1984 in #179
- bump to v1.0.10 by @Yui-Song in #180
- ci: fix bug in release.yaml by @Yui-Song in #181
- ci: replace
--rm-dist
with--clean
for goreleaser by @Yui-Song in #182
New Contributors
- @pyhalov made their first contribution in #165
- @xuanyu66 made their first contribution in #174
- @pingyu made their first contribution in #175
- @Yui-Song made their first contribution in #178
- @zanmato1984 made their first contribution in #179
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Load TPC-H concurrently by @breezewish in #101
- Initialize unknown db (#104) by @yongpan0709 in #105
- *: upgrade go1.18 by @hawkingrei in #127
- Update build script in README.md by @SunRunAway in #90
- Added tpcc weights for ch-benchmark by @depaulmillz in #102
- tpcc: check http serve error by @gozssky in #92
- correct the qphh computation for ch workload by @dbsid in #88
- use table output for better user experience by @sillydong in #130
- support plan replayer for tpch by @Yisaer in #131
- add support for postgres by @zyguan in #132
- enable clustered index by default for TiDB by @dbsid in #134
- support plan replayer for ch,rawsql by @Yisaer in #136
- ch: support connecting to a specified instance for ap by @zyguan in #135
- bump mongo-driver to fix the security alert by @zyguan in #137
- make replayer recognize ap-host by @dbsid in #138
- add link to run ch workload on TiDB by @dbsid in #142
- tpcc: calculate tpmTotal and show it in summary by @zyguan in #143
- also release arm64 binaries by @zyguan in #144
- doc: fix 404 link of lightning overview by @elsa0520 in #145
- tpch: check connection before each run iteration by @zyguan in #147
- *: support for connecting to multple instances directly by @zyguan in #149
- support add multiple tiflash replica by @Lloyd-Pottiger in #148
- ch: fix index-out-of-range error when ch prepare by @zyguan in #150
- ci: release latest build by @zyguan in #151
- ci: fix latest release build by @zyguan in #152
- ci: fix a typo in package step by @zyguan in #153
- bump to v1.0.9 by @zyguan in #154
New Contributors
- @breezewish made their first contribution in #101
- @yongpan0709 made their first contribution in #105
- @hawkingrei made their first contribution in #127
- @SunRunAway made their first contribution in #90
- @depaulmillz made their first contribution in #102
- @sillydong made their first contribution in #130
- @Yisaer made their first contribution in #131
- @zyguan made their first contribution in #132
- @elsa0520 made their first contribution in #145
- @Lloyd-Pottiger made their first contribution in #148
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Changelog
- add rawsql function
- add conn-params flag
- support tpch csv export
- add partition support for tpcc
- fix bugs
v1.0.7
v1.0.6
v1.0.5
v1.0.4
- Fixed: error TPM. Added: show current TPM (#34)
- add flag for setting runtime.GOMAXPROCS (#35)
- Refactor csv generator (#36)
- Add option to create tiflash replica in TPC-H (#40)
- tpcc: add wait times on each transactions (#42)
- Add Ch-benCHmark (#55)
- use HdrHistogram & make maxLatency configurable in TPC-C (#65)
- add metrics for tpcc workload (#69)