On Tue, Mar 22, 2011 at 14:06, Doug Blank <doug.bl...@gmail.com> wrote:
> I'm using the following C# code as a replacement for "ipy.exe > myscript.py". One reason for doing this is that this can be run in the > background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I > don't know if there are other reasons, or if there are speed > differences. http://hg.python.org/benchmarks contains numerous benchmarks which include interpreter startup testing. You could get away with a simple loop of a few thousand startups of ipy and your wrapper, but the benchmark suite does some math for you and generates charts at the end.
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com