Provides a benchmarking environment for testing SynTest-Solidity
Since there is no npm package yet:
-
Create a folder
-
Clone the syntest-solidity-benchmark in the folder
git clone git@github.com:syntest-framework/syntest-solidity-benchmark.git
-
Install dependencies for syntest-solidity-benchmark
cd ./syntest-solidity-benchmark
npm install
-
[OPTIONAL] put the contract you want to test in the contracts folder
-
[OPTIONAL] configure
.syntest.js
to your liking -
Now you can run the project
npm run standalone
- Dimitri Stallenberg
- Mitchell Olsthoorn
- Annibale Panichella