hephaestus-compiler-project / hephaestus

A framework for testing compilers' type checkers
https://hephaestus-compiler-project.github.io/
GNU General Public License v3.0
49 stars 10 forks source link

Add batch option #18

Closed StefanosChaliasos closed 3 years ago

StefanosChaliasos commented 3 years ago

Compile multiple programs at once. This boosts up the throughput of the tool ~7 times.

After the merge of this PR, we can't use -r with -w, and -l has been removed. To run the tool with batch use --batch NUMBER_OF_ITERS_PER_BATCH.

TODOs:

Closes #15

StefanosChaliasos commented 3 years ago

19