softdevteam/warmup_experiment

Use PyPy to collect summary statistics

snim2 opened this issue · 2 comments

snim2 commented

In the warmup_stats code we use the API from the warmup.summary_statistics and warmup.latex modules to generate LaTeX and HTML tables. It would be preferable to use PyPy for this, If the user has it available.

snim2 commented

From @vext01 in the #340 discussion "What may help is having the top-level warmup script invoke sub-scripts with sys.exectutable thus using the same interpreter as the top-level script did. Then it's up to the user to invoke the right interpreter. Just a thought."

snim2 commented

Since we merged #350 these scripts are no longer slow, and so do not need to be run with PyPy.