Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 313 Bytes

Benchmark etcd

A etcd benchmark tool based on fperf

Installing

go get github.com/fperf/etcd/bin/fperf

Usage

./fperf -server http://127.0.0.1:2379 -connection 256 -tick 1s etcd [put|get|delete|range]

The key is randomly generated with the default key-size = 4 bytes, so the key space is 2^32.