### 2to3 ### Min 62.633327 -> 60.973327: 1.03x faster Avg: 63.107327 -> 61.466661: 1.03x faster Significant (t=5.79) Stddev: 0.48988 -> 0.40221: 1.2180x smaller ### regex ### INFO:root:Automatically selected timer: perf_counter [1/3] regex_compile... INFO:root:Running `../cpython/python ./performance/bm_regex_compile.py -n 100 --timer perf_counter` INFO:root:Running `../pymaster/python ./performance/bm_regex_compile.py -n 100 --timer perf_counter` [2/3] regex_effbot... INFO:root:Running `../cpython/python ./performance/bm_regex_effbot.py -n 100 --timer perf_counter` INFO:root:Running `../pymaster/python ./performance/bm_regex_effbot.py -n 100 --timer perf_counter` [3/3] regex_v8... INFO:root:Running `../cpython/python ./performance/bm_regex_v8.py -n 100 --timer perf_counter` INFO:root:Running `../pymaster/python ./performance/bm_regex_v8.py -n 100 --timer perf_counter` Report on Linux localhost 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 Total CPU cores: 4 ### regex_v8 ### Min: 0.392193 -> 0.379796: 1.03x faster Avg: 0.395675 -> 0.382581: 1.03x faster Significant (t=6.67) Stddev: 0.01440 -> 0.01333: 1.0804x smaller The following not significant results are hidden, use -v to show them: regex_compile, regex_effbot.