Skip to content

SMT benchmarking platform with tests

Notifications You must be signed in to change notification settings

kubakukis14/smt-bench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smt-bench

SMT benchmarking platform

Installing Dependencies

pip3 install -r requirements.txt

How to run

cat benchmarks.input | ./pycobench -c config.yaml -j JOBS -t TIMEOUT -o OUTPUT_FILE

When the benchmarks finish, you can process the results by

cat OUTPUT_FILE | ./pyco_proc --csv > OUTPUT_CSV

About

SMT benchmarking platform with tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.4%
  • Shell 29.6%