naslundx / language-benchmarker

Tool for benchmarking equivalent implementations accross different programming languages.
GNU General Public License v3.0
0 stars 1 forks source link

Improve performance of non-compiled scripting languages #8

Open naslundx opened 8 years ago

naslundx commented 8 years ago

We do not need to launch a new python or node interpreter instance every time we run a test case. We should be able to start it once and then pipe new files to it and read output/exit code.