tikv/tikv

benchmark: support bench transaction directly

开放

#2,529 创建于 2017年11月30日

 (0 条评论) (0 个反应) (0 位负责人)Rust (2,189 个派生)batch import
help wantedsig/transactiontype/benchmarktype/enhancement

仓库指标

星标
 (15,922 个星标)
PR 合并指标
 (平均合并 28天 9小时) (30 天内合并 68 个 PR)

描述

Now, if we want to verify whether our transaction optimization works well or not, we have to run the whole TiDB cluster, but we can use a minimal benchmark at first.

We can call the Txn API (Get, Prewrite, Commit, Rollback, etc.) directly on a local RocksDB and use multiple threads to simulate the concurrency.

贡献者指南