Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 439 Bytes

Hyperbench-plugins

hyperbench-plugins is blockchain platforms adaptions for hyperbench to perform stress testing, used as plugin, written by go.

detail for hyperbench.

Building

Use Makefile to build

# suppose you are in the hyperbench-plugin/hyperchain directory
make build

This will create a hyperchain.so plugin file which can be used by hyperbench in current directory.