使用 go-ycsb 对 etcd 进行基准 (benchmark) 性能测试

using go-ycsb to benchmark etcd.

go-ycsb

profiling & Flame Graphs

忽然想起来还没怎么用过 profiling tools,这可是性能分析“杀器”啊,小水一波,兴许以后就用上了🙃。 profiling profiling,分析。有很多时候,我们都会相对处于 runtime 的程序进行指标 & 特征分析,比...

Performance / Profiling