<div class="gmail_quote">On Tue, Mar 22, 2011 at 14:06, Doug Blank <span dir="ltr">&lt;<a href="mailto:doug.blank@gmail.com">doug.blank@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m using the following C# code as a replacement for &quot;ipy.exe<br>
myscript.py&quot;. One reason for doing this is that this can be run in the<br>
background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I<br>
don&#39;t know if there are other reasons, or if there are speed<br>
differences.</blockquote><div><br></div><div><a href="http://hg.python.org/benchmarks">http://hg.python.org/benchmarks</a> 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.</div>
</div>