Content deleted Content added
Undid revision 700179612 by Hot Pork Pie (talk) Actually not! |
No edit summary |
||
Line 35:
<pre>
=require 'Module:Timing'(p.hello,1000,100)
Each call was running for about 8.5120000000022E-9 seconds.
Mean runtime for each set was 8.5120000000022E-7 seconds, with standard deviation of 1.2400753202931E-6 seconds,
minimum 1.2962E-5, maximum 1.5542E-5. Total time spent was about 0.00038879 seconds. </pre>
Line 55 ⟶ 58:
function wrap() return p.hello(mw.getCurrentFrame()) end
=require 'Module:Timing'(wrap)
Each call was running for about 3.48499E-7 seconds.
Mean runtime for each set was 3.48499E-5 seconds, with standard deviation of 1.1898648017737E-5 seconds,
minimum 8.9850000000004E-6, maximum 1.0064E-5.
Total time spent was about 0.000585205 seconds. </pre>
Line 81 ⟶ 86:
<pre>
=require 'Module:Timing'(p.wrap)
Each call was running for about 1.91509E-7 seconds.
Mean runtime for each set was 1.91509E-5 seconds, with standard deviation of 7.6705200899287E-6 seconds,
minimum 4.5409999999994E-6, maximum 4.937E-6.
Total time spent was about 0.000318969 seconds. </pre>
|