# hyperbench-plugins **Repository Path**: cuiyuchain/hyperbench-plugins ## Basic Information - **Project Name**: hyperbench-plugins - **Description**: hyperbench-plugins is blockchain platforms adaptions for hyperbench, used as plugin. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-11-29 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 实现fisco-bcos-plugin ## README # Hyperbench-plugins hyperbench-plugins is blockchain platforms adaptions for hyperbench to perform stress testing, used as plugin, written by go. detail for [hyperbench](https://github.com/hyperbench/hyperbench). ## Building Use Makefile to build ```bash # 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.