justinlubin / cobbler

Refactor programs to use library functions!
5 stars 0 forks source link

Elm benchmarking #44

Closed jeremyferguson closed 1 year ago

jeremyferguson commented 1 year ago

This PR contains code for doing basic benchmarking of FP programs. It takes programs scraped by extract.py into examples.txt, and inputs each line into the FP synthesizer to attempt synthesis. It records whether synthesis was successful or not, the synthesized code, and the synthesis time.