Skip to content

syntest-framework/syntest-solidity-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

    • 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

Contributors

  • Dimitri Stallenberg
  • Mitchell Olsthoorn
  • Annibale Panichella