SaumyaSachdev / tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests to measure latency and throughput for Dqlite

  1. raft-latency.go - to measure latency for a given number of requests. Requests are sent sequentially.
  2. conc-cores.go - to measure throughput by using multiple threads to send requests to the dqlite cluster. Requests are sent at the same time.
  3. raft-concurrent.go - uses a Barrier to send requests at exactly the same time.

About


Languages

Language:Go 78.1%Language:C 14.6%Language:Shell 7.3%