Skip to content

syntest-framework/syntest-solidity-benchmark

Repository files navigation

syntest-solidity-benchmark

Provides a benchmarking environment for testing SynTest-Solidity

How to use

Since there is no npm package yet:

  • Create a folder

  • Clone the syntest-solidity-benchmark in the folder

  • 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

Contributors

  • Dimitri Stallenberg
  • Mitchell Olsthoorn
  • Annibale Panichella