zkopru-network / stress-test

A set of images to simulate traffic through a Zkopru instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zkopru Stress Tester

Installation

  • Setup zkopru repo

    stress-test# yarn

    preinstall script will clone zkopru repo by submodule then setup

  • Build stress-test source

    stress-test# yarn build

Run Stress Testing

  • Run with docker-compose

    stress-test# docker-compose -p zkopru -f compose/docker-compose.localtest-geth.yml up

    A -p flag argument is optional. It is used to the prefix of docker conatiner name.
    In this case, all container name starts with 'zkopru'

About

A set of images to simulate traffic through a Zkopru instance.


Languages

Language:TypeScript 84.3%Language:Dockerfile 7.6%Language:JavaScript 6.8%Language:Shell 1.4%