Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 552 Bytes

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'