3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string1 = 'aaaaaaaaaaaaaaaaaaaa'; $string2 = 'bbbbbbbbbbbbbbbbbbbb'; $string3 = 'cccccccccccccccccccc'; $string4 = 'dddddddddddddddddddd'; $string5 = 'eeeeeeeeeeeeeeeeeeee'; $time1 = microtime(true); for ($k = 0; $k<100.00; $k++) { $concatTest1 = $string1 . $string2 . $string3 . $string4 . $string5; } $time2 = microtime(true); $testDuration1 = $time2 - $time1; echo "Test 1 took $testDuration1 Seconds"; $time3 = microtime(true); for ($m = 0; $m<100.00; $m++) { $concatTest2 = "{$string1}{$string2}{$string3}{$string4}{$string5}"; } $time4 = microtime(true); $testDuration2 = $time4 - $time3; echo "Test 2 took $testDuration2 Seconds"; $time5 = microtime(true); for ($p = 0; $p<100.00; $p++) { $concatTest3 = implode('', array($string1, $string2, $string3, $string4, $string5)); } $time6 = microtime(true); $testDuration3 = $time6 - $time5; echo "Test 3 took $testDuration3 Seconds";
Output for 7.4.1
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.4066696166992E-5 SecondsTest 3 took 3.504753112793E-5 Seconds
Output for 7.4.0
Test 1 took 3.4093856811523E-5 SecondsTest 2 took 1.4066696166992E-5 SecondsTest 3 took 3.4093856811523E-5 Seconds
Output for 7.3.13
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 1.6212463378906E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.3.12
Test 1 took 4.5061111450195E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.3.11
Test 1 took 2.5033950805664E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 2.598762512207E-5 Seconds
Output for 7.3.10
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 1.9073486328125E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.3.9
Test 1 took 3.4093856811523E-5 SecondsTest 2 took 1.215934753418E-5 SecondsTest 3 took 3.504753112793E-5 Seconds
Output for 7.3.8
Test 1 took 3.3140182495117E-5 SecondsTest 2 took 1.3828277587891E-5 SecondsTest 3 took 3.0994415283203E-5 Seconds
Output for 7.3.7
Test 1 took 3.2186508178711E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 2.7179718017578E-5 Seconds
Output for 7.3.6
Test 1 took 4.4107437133789E-5 SecondsTest 2 took 1.7166137695312E-5 SecondsTest 3 took 3.9100646972656E-5 Seconds
Output for 7.3.5
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 1.1920928955078E-5 SecondsTest 3 took 2.6941299438477E-5 Seconds
Output for 7.3.4
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.1205673217773E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.3.3
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 1.4781951904297E-5 SecondsTest 3 took 3.814697265625E-5 Seconds
Output for 7.3.2
Test 1 took 3.6954879760742E-5 SecondsTest 2 took 1.4066696166992E-5 SecondsTest 3 took 3.4093856811523E-5 Seconds
Output for 7.3.1
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 2.5033950805664E-5 SecondsTest 3 took 5.793571472168E-5 Seconds
Output for 7.3.0
Test 1 took 4.4107437133789E-5 SecondsTest 2 took 2.288818359375E-5 SecondsTest 3 took 5.4121017456055E-5 Seconds
Output for 7.2.26
Test 1 took 4.8160552978516E-5 SecondsTest 2 took 1.6927719116211E-5 SecondsTest 3 took 4.6014785766602E-5 Seconds
Output for 7.2.25
Test 1 took 4.3869018554688E-5 SecondsTest 2 took 1.7166137695312E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.2.24
Test 1 took 3.4809112548828E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.23
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 1.8119812011719E-5 SecondsTest 3 took 5.3167343139648E-5 Seconds
Output for 7.2.22
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 4.1007995605469E-5 Seconds
Output for 7.2.21
Test 1 took 3.6001205444336E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 2.9087066650391E-5 Seconds
Output for 7.2.20
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 1.3113021850586E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.19
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.4066696166992E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.2.18
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 1.1920928955078E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.17
Test 1 took 3.6954879760742E-5 SecondsTest 2 took 1.215934753418E-5 SecondsTest 3 took 3.1948089599609E-5 Seconds
Output for 7.2.16
Test 1 took 5.1021575927734E-5 SecondsTest 2 took 2.6941299438477E-5 SecondsTest 3 took 4.3869018554688E-5 Seconds
Output for 7.2.15
Test 1 took 3.504753112793E-5 SecondsTest 2 took 1.3113021850586E-5 SecondsTest 3 took 3.2186508178711E-5 Seconds
Output for 7.2.14
Test 1 took 3.6001205444336E-5 SecondsTest 2 took 1.2874603271484E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.13
Test 1 took 3.3855438232422E-5 SecondsTest 2 took 1.3113021850586E-5 SecondsTest 3 took 2.9087066650391E-5 Seconds
Output for 7.2.12
Test 1 took 3.3140182495117E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.1948089599609E-5 Seconds
Output for 7.2.11
Test 1 took 3.4093856811523E-5 SecondsTest 2 took 1.2874603271484E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.10
Test 1 took 3.6954879760742E-5 SecondsTest 2 took 1.4066696166992E-5 SecondsTest 3 took 4.7206878662109E-5 Seconds
Output for 7.2.9
Test 1 took 6.0081481933594E-5 SecondsTest 2 took 2.3126602172852E-5 SecondsTest 3 took 5.1021575927734E-5 Seconds
Output for 7.2.8
Test 1 took 3.6001205444336E-5 SecondsTest 2 took 1.1920928955078E-5 SecondsTest 3 took 2.9087066650391E-5 Seconds
Output for 7.2.7
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 4.5061111450195E-5 Seconds
Output for 7.2.6
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 1.7166137695312E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.2.5
Test 1 took 3.6001205444336E-5 SecondsTest 2 took 4.6014785766602E-5 SecondsTest 3 took 4.7206878662109E-5 Seconds
Output for 7.2.4
Test 1 took 3.504753112793E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 2.9802322387695E-5 Seconds
Output for 7.2.3
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 2.0027160644531E-5 SecondsTest 3 took 4.887580871582E-5 Seconds
Output for 7.2.2
Test 1 took 3.3855438232422E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.3855438232422E-5 Seconds
Output for 7.2.1
Test 1 took 3.6954879760742E-5 SecondsTest 2 took 1.0967254638672E-5 SecondsTest 3 took 3.0040740966797E-5 Seconds
Output for 7.2.0
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 1.3113021850586E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.1.33
Test 1 took 2.8848648071289E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.7193298339844E-5 Seconds
Output for 7.1.32
Test 1 took 4.57763671875E-5 SecondsTest 2 took 2.2172927856445E-5 SecondsTest 3 took 5.1975250244141E-5 Seconds
Output for 7.1.31
Test 1 took 6.413459777832E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 9.2029571533203E-5 Seconds
Output for 7.1.30
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 2.598762512207E-5 SecondsTest 3 took 5.9127807617188E-5 Seconds
Output for 7.1.29
Test 1 took 4.4107437133789E-5 SecondsTest 2 took 2.3126602172852E-5 SecondsTest 3 took 5.4121017456055E-5 Seconds
Output for 7.1.28
Test 1 took 7.0095062255859E-5 SecondsTest 2 took 3.6001205444336E-5 SecondsTest 3 took 8.2969665527344E-5 Seconds
Output for 7.1.27
Test 1 took 3.9100646972656E-5 SecondsTest 2 took 1.8119812011719E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.1.26
Test 1 took 3.4809112548828E-5 SecondsTest 2 took 1.4781951904297E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.1.25
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 2.1934509277344E-5 SecondsTest 3 took 4.1007995605469E-5 Seconds
Output for 7.1.24
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 1.6927719116211E-5 SecondsTest 3 took 5.6028366088867E-5 Seconds
Output for 7.1.23
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 2.0980834960938E-5 SecondsTest 3 took 5.1021575927734E-5 Seconds
Output for 7.1.22
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 1.7881393432617E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.1.21
Test 1 took 6.103515625E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 7.1048736572266E-5 Seconds
Output for 7.1.20
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 1.6927719116211E-5 SecondsTest 3 took 3.7193298339844E-5 Seconds
Output for 7.1.19
Test 1 took 6.9856643676758E-5 SecondsTest 2 took 3.4093856811523E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 7.1.18
Test 1 took 3.504753112793E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.814697265625E-5 Seconds
Output for 7.1.17
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.7193298339844E-5 Seconds
Output for 7.1.16
Test 1 took 5.793571472168E-5 SecondsTest 2 took 3.6001205444336E-5 SecondsTest 3 took 7.7962875366211E-5 Seconds
Output for 7.1.15
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.1.14
Test 1 took 2.8848648071289E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.504753112793E-5 Seconds
Output for 7.1.13
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.1.12
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.814697265625E-5 Seconds
Output for 7.1.11
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 4.0054321289062E-5 Seconds
Output for 7.1.10
Test 1 took 4.2200088500977E-5 SecondsTest 2 took 1.9073486328125E-5 SecondsTest 3 took 4.6014785766602E-5 Seconds
Output for 7.1.9
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 1.8119812011719E-5 SecondsTest 3 took 4.2915344238281E-5 Seconds
Output for 7.1.8
Test 1 took 5.0067901611328E-5 SecondsTest 2 took 2.3841857910156E-5 SecondsTest 3 took 5.6028366088867E-5 Seconds
Output for 7.1.7
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 2.0027160644531E-5 SecondsTest 3 took 4.6014785766602E-5 Seconds
Output for 7.1.6
Test 1 took 3.4809112548828E-5 SecondsTest 2 took 2.2172927856445E-5 SecondsTest 3 took 4.1961669921875E-5 Seconds
Output for 7.1.5
Test 1 took 6.2942504882812E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.6055526733398E-5 Seconds
Output for 7.1.4
Test 1 took 3.2186508178711E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.1.3
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 2.0980834960938E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.1.2
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 4.1961669921875E-5 Seconds
Output for 7.1.1
Test 1 took 7.2956085205078E-5 SecondsTest 2 took 2.8133392333984E-5 SecondsTest 3 took 8.2015991210938E-5 Seconds
Output for 7.1.0
Test 1 took 7.0095062255859E-5 SecondsTest 2 took 3.6001205444336E-5 SecondsTest 3 took 8.6069107055664E-5 Seconds
Output for 7.0.33
Test 1 took 3.3855438232422E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.0.32
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 7.0095062255859E-5 SecondsTest 3 took 5.6982040405273E-5 Seconds
Output for 7.0.31
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.0.30
Test 1 took 5.793571472168E-5 SecondsTest 2 took 2.9087066650391E-5 SecondsTest 3 took 6.9856643676758E-5 Seconds
Output for 7.0.29
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.8835067749023E-5 SecondsTest 3 took 4.1007995605469E-5 Seconds
Output for 7.0.28
Test 1 took 4.7922134399414E-5 SecondsTest 2 took 4.3153762817383E-5 SecondsTest 3 took 6.5088272094727E-5 Seconds
Output for 7.0.27
Test 1 took 3.3855438232422E-5 SecondsTest 2 took 1.4781951904297E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.0.26
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.0.25
Test 1 took 5.0067901611328E-5 SecondsTest 2 took 2.8133392333984E-5 SecondsTest 3 took 6.8902969360352E-5 Seconds
Output for 7.0.24
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 2.0027160644531E-5 SecondsTest 3 took 4.7922134399414E-5 Seconds
Output for 7.0.23
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.4781951904297E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.0.22
Test 1 took 4.8160552978516E-5 SecondsTest 2 took 2.3841857910156E-5 SecondsTest 3 took 5.6982040405273E-5 Seconds
Output for 7.0.21
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 2.3841857910156E-5 SecondsTest 3 took 7.6055526733398E-5 Seconds
Output for 7.0.20
Test 1 took 6.3896179199219E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 7.0.19
Test 1 took 4.7922134399414E-5 SecondsTest 2 took 2.4080276489258E-5 SecondsTest 3 took 5.5789947509766E-5 Seconds
Output for 7.0.18
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.7193298339844E-5 Seconds
Output for 7.0.17
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 2.0980834960938E-5 SecondsTest 3 took 5.2928924560547E-5 Seconds
Output for 7.0.16
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 1.6927719116211E-5 SecondsTest 3 took 4.9114227294922E-5 Seconds
Output for 7.0.15
Test 1 took 8.082389831543E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.4863433837891E-5 Seconds
Output for 7.0.14
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.6001205444336E-5 Seconds
Output for 7.0.13
Test 1 took 3.2186508178711E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.814697265625E-5 Seconds
Output for 7.0.12
Test 1 took 3.2901763916016E-5 SecondsTest 2 took 1.5974044799805E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.0.11
Test 1 took 4.887580871582E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.0810317993164E-5 Seconds
Output for 7.0.10
Test 1 took 4.4107437133789E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 4.1007995605469E-5 Seconds
Output for 7.0.9
Test 1 took 5.4836273193359E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.0.8
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.6954879760742E-5 Seconds
Output for 7.0.7
Test 1 took 5.2213668823242E-5 SecondsTest 2 took 2.0980834960938E-5 SecondsTest 3 took 5.1021575927734E-5 Seconds
Output for 7.0.6
Test 1 took 4.3869018554688E-5 SecondsTest 2 took 1.7881393432617E-5 SecondsTest 3 took 5.8889389038086E-5 Seconds
Output for 7.0.5
Test 1 took 3.9100646972656E-5 SecondsTest 2 took 1.8835067749023E-5 SecondsTest 3 took 4.2915344238281E-5 Seconds
Output for 7.0.4
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 1.9073486328125E-5 SecondsTest 3 took 4.6014785766602E-5 Seconds
Output for 7.0.3
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 1.5020370483398E-5 SecondsTest 3 took 3.7193298339844E-5 Seconds
Output for 7.0.2
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 1.6927719116211E-5 SecondsTest 3 took 3.7908554077148E-5 Seconds
Output for 7.0.1
Test 1 took 7.0095062255859E-5 SecondsTest 2 took 3.8862228393555E-5 SecondsTest 3 took 8.4161758422852E-5 Seconds
Output for 7.0.0
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 2.0027160644531E-5 SecondsTest 3 took 4.8160552978516E-5 Seconds
Output for 5.6.40
Test 1 took 6.8187713623047E-5 SecondsTest 2 took 5.3882598876953E-5 SecondsTest 3 took 0.00011801719665527 Seconds
Output for 5.6.39
Test 1 took 7.6055526733398E-5 SecondsTest 2 took 5.793571472168E-5 SecondsTest 3 took 0.00016593933105469 Seconds
Output for 5.6.38
Test 1 took 3.6954879760742E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.37
Test 1 took 5.8889389038086E-5 SecondsTest 2 took 4.6968460083008E-5 SecondsTest 3 took 0.00011110305786133 Seconds
Output for 5.6.36
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.35
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.34
Test 1 took 5.2928924560547E-5 SecondsTest 2 took 3.2901763916016E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.33
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.32
Test 1 took 5.1021575927734E-5 SecondsTest 2 took 4.0054321289062E-5 SecondsTest 3 took 9.2029571533203E-5 Seconds
Output for 5.6.31
Test 1 took 5.6982040405273E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 9.7990036010742E-5 Seconds
Output for 5.6.30
Test 1 took 4.3153762817383E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.29
Test 1 took 4.6014785766602E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.28
Test 1 took 5.8174133300781E-5 SecondsTest 2 took 5.0783157348633E-5 SecondsTest 3 took 0.00011396408081055 Seconds
Output for 5.6.27
Test 1 took 4.2200088500977E-5 SecondsTest 2 took 2.9802322387695E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.26
Test 1 took 4.9829483032227E-5 SecondsTest 2 took 3.6954879760742E-5 SecondsTest 3 took 8.8930130004883E-5 Seconds
Output for 5.6.25
Test 1 took 4.5061111450195E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.24
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 3.6954879760742E-5 SecondsTest 3 took 8.702278137207E-5 Seconds
Output for 5.6.23
Test 1 took 7.6055526733398E-5 SecondsTest 2 took 6.413459777832E-5 SecondsTest 3 took 0.00012588500976562 Seconds
Output for 5.6.22
Test 1 took 6.1988830566406E-5 SecondsTest 2 took 3.6954879760742E-5 SecondsTest 3 took 8.702278137207E-5 Seconds
Output for 5.6.21
Test 1 took 5.6982040405273E-5 SecondsTest 2 took 5.1021575927734E-5 SecondsTest 3 took 0.00010108947753906 Seconds
Output for 5.6.20
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.19
Test 1 took 6.3896179199219E-5 SecondsTest 2 took 4.6968460083008E-5 SecondsTest 3 took 0.00010895729064941 Seconds
Output for 5.6.18
Test 1 took 9.608268737793E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.17
Test 1 took 8.702278137207E-5 SecondsTest 2 took 6.6041946411133E-5 SecondsTest 3 took 0.00016188621520996 Seconds
Output for 5.6.16
Test 1 took 3.9100646972656E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.6.15
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.6.14
Test 1 took 5.8889389038086E-5 SecondsTest 2 took 7.6055526733398E-5 SecondsTest 3 took 0.00012803077697754 Seconds
Output for 5.6.13
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.12
Test 1 took 4.6014785766602E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 8.6069107055664E-5 Seconds
Output for 5.6.8, 5.6.11
Test 1 took 4.5061111450195E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.6.10
Test 1 took 4.9114227294922E-5 SecondsTest 2 took 3.7908554077148E-5 SecondsTest 3 took 9.4890594482422E-5 Seconds
Output for 5.6.9
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.1048736572266E-5 Seconds
Output for 5.6.7
Test 1 took 6.2942504882812E-5 SecondsTest 2 took 4.7206878662109E-5 SecondsTest 3 took 9.3936920166016E-5 Seconds
Output for 5.6.6
Test 1 took 7.2002410888672E-5 SecondsTest 2 took 6.1988830566406E-5 SecondsTest 3 took 0.00014805793762207 Seconds
Output for 5.6.5
Test 1 took 4.9114227294922E-5 SecondsTest 2 took 3.8862228393555E-5 SecondsTest 3 took 8.7976455688477E-5 Seconds
Output for 5.6.4
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.3
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.319450378418E-5 Seconds
Output for 5.6.2
Test 1 took 5.1021575927734E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 7.8916549682617E-5 Seconds
Output for 5.6.1
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.6.0
Test 1 took 4.1007995605469E-5 SecondsTest 2 took 4.1007995605469E-5 SecondsTest 3 took 7.8916549682617E-5 Seconds
Output for 5.5.38
Test 1 took 5.5074691772461E-5 SecondsTest 2 took 3.7908554077148E-5 SecondsTest 3 took 9.1075897216797E-5 Seconds
Output for 5.5.37
Test 1 took 8.2015991210938E-5 SecondsTest 2 took 6.0081481933594E-5 SecondsTest 3 took 0.00015497207641602 Seconds
Output for 5.5.36
Test 1 took 8.2969665527344E-5 SecondsTest 2 took 5.4121017456055E-5 SecondsTest 3 took 0.00011301040649414 Seconds
Output for 5.5.35
Test 1 took 6.413459777832E-5 SecondsTest 2 took 5.1975250244141E-5 SecondsTest 3 took 0.00012397766113281 Seconds
Output for 5.5.34
Test 1 took 4.9114227294922E-5 SecondsTest 2 took 4.4107437133789E-5 SecondsTest 3 took 8.392333984375E-5 Seconds
Output for 5.5.33
Test 1 took 6.5088272094727E-5 SecondsTest 2 took 4.887580871582E-5 SecondsTest 3 took 0.00011301040649414 Seconds
Output for 5.5.32
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.5101852416992E-5 Seconds
Output for 5.5.31
Test 1 took 4.3869018554688E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 8.0108642578125E-5 Seconds
Output for 5.5.30
Test 1 took 4.3869018554688E-5 SecondsTest 2 took 4.1007995605469E-5 SecondsTest 3 took 8.0108642578125E-5 Seconds
Output for 5.5.29
Test 1 took 7.1048736572266E-5 SecondsTest 2 took 3.2901763916016E-5 SecondsTest 3 took 8.392333984375E-5 Seconds
Output for 5.5.28
Test 1 took 5.1021575927734E-5 SecondsTest 2 took 4.1961669921875E-5 SecondsTest 3 took 0.00010514259338379 Seconds
Output for 5.5.27
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.4863433837891E-5 Seconds
Output for 5.5.26
Test 1 took 6.103515625E-5 SecondsTest 2 took 5.5074691772461E-5 SecondsTest 3 took 0.00011706352233887 Seconds
Output for 5.5.25
Test 1 took 4.887580871582E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 8.392333984375E-5 Seconds
Output for 5.5.24
Test 1 took 5.3882598876953E-5 SecondsTest 2 took 4.1007995605469E-5 SecondsTest 3 took 0.00010395050048828 Seconds
Output for 5.5.23
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.5.22
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.5.21
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 8.9168548583984E-5 Seconds
Output for 5.5.20
Test 1 took 5.6028366088867E-5 SecondsTest 2 took 4.2200088500977E-5 SecondsTest 3 took 0.00010108947753906 Seconds
Output for 5.5.19
Test 1 took 8.6069107055664E-5 SecondsTest 2 took 7.2002410888672E-5 SecondsTest 3 took 0.00014090538024902 Seconds
Output for 5.5.18
Test 1 took 6.103515625E-5 SecondsTest 2 took 5.4836273193359E-5 SecondsTest 3 took 0.00011515617370605 Seconds
Output for 5.5.17
Test 1 took 7.6055526733398E-5 SecondsTest 2 took 5.4121017456055E-5 SecondsTest 3 took 0.00012588500976562 Seconds
Output for 5.5.16
Test 1 took 8.392333984375E-5 SecondsTest 2 took 6.5803527832031E-5 SecondsTest 3 took 0.00014805793762207 Seconds
Output for 5.5.15
Test 1 took 6.6041946411133E-5 SecondsTest 2 took 6.0081481933594E-5 SecondsTest 3 took 0.0001220703125 Seconds
Output for 5.5.14
Test 1 took 5.793571472168E-5 SecondsTest 2 took 4.2915344238281E-5 SecondsTest 3 took 9.9897384643555E-5 Seconds
Output for 5.5.13
Test 1 took 4.7922134399414E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 9.0122222900391E-5 Seconds
Output for 5.5.12
Test 1 took 8.2969665527344E-5 SecondsTest 2 took 5.3167343139648E-5 SecondsTest 3 took 0.00013899803161621 Seconds
Output for 5.5.11
Test 1 took 7.4148178100586E-5 SecondsTest 2 took 4.7922134399414E-5 SecondsTest 3 took 0.00012493133544922 Seconds
Output for 5.5.10
Test 1 took 0.00011396408081055 SecondsTest 2 took 7.1048736572266E-5 SecondsTest 3 took 0.00010800361633301 Seconds
Output for 5.5.9
Test 1 took 6.0081481933594E-5 SecondsTest 2 took 5.0067901611328E-5 SecondsTest 3 took 0.00011587142944336 Seconds
Output for 5.5.8
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.5.7
Test 1 took 3.9815902709961E-5 SecondsTest 2 took 3.2901763916016E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.5.6
Test 1 took 3.814697265625E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.5.5
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.5.4
Test 1 took 6.413459777832E-5 SecondsTest 2 took 4.9114227294922E-5 SecondsTest 3 took 0.00011491775512695 Seconds
Output for 5.5.3
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.7908554077148E-5 SecondsTest 3 took 8.7976455688477E-5 Seconds
Output for 5.5.2
Test 1 took 7.4863433837891E-5 SecondsTest 2 took 5.9127807617188E-5 SecondsTest 3 took 0.00015997886657715 Seconds
Output for 5.5.1
Test 1 took 5.8889389038086E-5 SecondsTest 2 took 4.5061111450195E-5 SecondsTest 3 took 0.00010418891906738 Seconds
Output for 5.5.0
Test 1 took 4.3153762817383E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.4.45
Test 1 took 4.5061111450195E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 7.7962875366211E-5 Seconds
Output for 5.4.44
Test 1 took 4.2915344238281E-5 SecondsTest 2 took 3.3855438232422E-5 SecondsTest 3 took 7.7009201049805E-5 Seconds
Output for 5.4.43
Test 1 took 5.6028366088867E-5 SecondsTest 2 took 3.4093856811523E-5 SecondsTest 3 took 7.7009201049805E-5 Seconds
Output for 5.4.42
Test 1 took 6.5088272094727E-5 SecondsTest 2 took 4.1961669921875E-5 SecondsTest 3 took 9.7990036010742E-5 Seconds
Output for 5.4.41
Test 1 took 0.00010395050048828 SecondsTest 2 took 7.5101852416992E-5 SecondsTest 3 took 0.00016689300537109 Seconds
Output for 5.4.40
Test 1 took 4.4822692871094E-5 SecondsTest 2 took 3.1232833862305E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.4.39
Test 1 took 5.8889389038086E-5 SecondsTest 2 took 4.1007995605469E-5 SecondsTest 3 took 0.00010800361633301 Seconds
Output for 5.4.38
Test 1 took 3.9100646972656E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.319450378418E-5 Seconds
Output for 5.4.37
Test 1 took 9.5129013061523E-5 SecondsTest 2 took 7.2002410888672E-5 SecondsTest 3 took 0.0001680850982666 Seconds
Output for 5.4.36
Test 1 took 7.2956085205078E-5 SecondsTest 2 took 6.2942504882812E-5 SecondsTest 3 took 0.00014901161193848 Seconds
Output for 5.4.35
Test 1 took 4.8160552978516E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.4.34
Test 1 took 9.5129013061523E-5 SecondsTest 2 took 7.2956085205078E-5 SecondsTest 3 took 0.00016498565673828 Seconds
Output for 5.4.33
Test 1 took 6.2942504882812E-5 SecondsTest 2 took 5.0067901611328E-5 SecondsTest 3 took 0.00011992454528809 Seconds
Output for 5.4.32
Test 1 took 8.6069107055664E-5 SecondsTest 2 took 0.00010895729064941 SecondsTest 3 took 0.00015997886657715 Seconds
Output for 5.4.31
Test 1 took 0.00014686584472656 SecondsTest 2 took 7.9870223999023E-5 SecondsTest 3 took 0.00018191337585449 Seconds
Output for 5.4.30
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 7.7009201049805E-5 Seconds
Output for 5.4.29
Test 1 took 6.8187713623047E-5 SecondsTest 2 took 4.9829483032227E-5 SecondsTest 3 took 0.00011897087097168 Seconds
Output for 5.4.28
Test 1 took 5.3167343139648E-5 SecondsTest 2 took 5.4121017456055E-5 SecondsTest 3 took 0.00012397766113281 Seconds
Output for 5.4.27
Test 1 took 0.00010204315185547 SecondsTest 2 took 7.0095062255859E-5 SecondsTest 3 took 0.00016999244689941 Seconds
Output for 5.4.26
Test 1 took 9.1791152954102E-5 SecondsTest 2 took 7.2956085205078E-5 SecondsTest 3 took 0.0001680850982666 Seconds
Output for 5.4.25
Test 1 took 6.9141387939453E-5 SecondsTest 2 took 4.9114227294922E-5 SecondsTest 3 took 0.0001220703125 Seconds
Output for 5.4.24
Test 1 took 3.7908554077148E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.7009201049805E-5 Seconds
Output for 5.4.23
Test 1 took 6.7949295043945E-5 SecondsTest 2 took 4.6014785766602E-5 SecondsTest 3 took 0.0001068115234375 Seconds
Output for 5.4.22
Test 1 took 6.3180923461914E-5 SecondsTest 2 took 5.1975250244141E-5 SecondsTest 3 took 0.00011801719665527 Seconds
Output for 5.4.21
Test 1 took 5.5074691772461E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 8.2969665527344E-5 Seconds
Output for 5.4.20
Test 1 took 6.103515625E-5 SecondsTest 2 took 4.6014785766602E-5 SecondsTest 3 took 0.00012302398681641 Seconds
Output for 5.4.19
Test 1 took 5.2213668823242E-5 SecondsTest 2 took 3.2186508178711E-5 SecondsTest 3 took 8.8930130004883E-5 Seconds
Output for 5.4.18
Test 1 took 6.5803527832031E-5 SecondsTest 2 took 5.5074691772461E-5 SecondsTest 3 took 0.00014281272888184 Seconds
Output for 5.4.17
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 7.8916549682617E-5 Seconds
Output for 5.4.16
Test 1 took 4.6968460083008E-5 SecondsTest 2 took 3.3855438232422E-5 SecondsTest 3 took 7.5101852416992E-5 Seconds
Output for 5.4.15
Test 1 took 3.6001205444336E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.4.14
Test 1 took 4.1961669921875E-5 SecondsTest 2 took 3.814697265625E-5 SecondsTest 3 took 7.9154968261719E-5 Seconds
Output for 5.4.13
Test 1 took 0.00010108947753906 SecondsTest 2 took 8.702278137207E-5 SecondsTest 3 took 0.00019717216491699 Seconds
Output for 5.4.12
Test 1 took 0.00010013580322266 SecondsTest 2 took 8.392333984375E-5 SecondsTest 3 took 0.0001988410949707 Seconds
Output for 5.4.11
Test 1 took 0.00012707710266113 SecondsTest 2 took 8.2015991210938E-5 SecondsTest 3 took 0.00020098686218262 Seconds
Output for 5.4.10
Test 1 took 8.0108642578125E-5 SecondsTest 2 took 5.9843063354492E-5 SecondsTest 3 took 0.00014710426330566 Seconds
Output for 5.4.9
Test 1 took 0.00011301040649414 SecondsTest 2 took 0.00010800361633301 SecondsTest 3 took 0.0002288818359375 Seconds
Output for 5.4.8
Test 1 took 0.00010895729064941 SecondsTest 2 took 8.2969665527344E-5 SecondsTest 3 took 0.0001981258392334 Seconds
Output for 5.4.7
Test 1 took 5.1975250244141E-5 SecondsTest 2 took 3.6954879760742E-5 SecondsTest 3 took 8.702278137207E-5 Seconds
Output for 5.4.6
Test 1 took 8.2969665527344E-5 SecondsTest 2 took 6.1988830566406E-5 SecondsTest 3 took 0.00014209747314453 Seconds
Output for 5.4.5
Test 1 took 4.0054321289062E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.4148178100586E-5 Seconds
Output for 5.4.4
Test 1 took 5.1021575927734E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 8.2015991210938E-5 Seconds
Output for 5.4.3
Test 1 took 5.8889389038086E-5 SecondsTest 2 took 4.6014785766602E-5 SecondsTest 3 took 0.00012087821960449 Seconds
Output for 5.4.2
Test 1 took 0.094985961914062 SecondsTest 2 took 6.9141387939453E-5 SecondsTest 3 took 0.00019717216491699 Seconds
Output for 5.4.1
Test 1 took 0.00012779235839844 SecondsTest 2 took 3.4093856811523E-5 SecondsTest 3 took 7.5101852416992E-5 Seconds
Output for 5.4.0
Test 1 took 4.7922134399414E-5 SecondsTest 2 took 3.4093856811523E-5 SecondsTest 3 took 7.9870223999023E-5 Seconds
Output for 5.3.29
Test 1 took 6.1988830566406E-6 SecondsTest 2 took 8.6784362792969E-5 SecondsTest 3 took 0.00021791458129883 Seconds
Output for 5.3.28
Test 1 took -4.6968460083008E-5 SecondsTest 2 took 4.1961669921875E-5 SecondsTest 3 took 0.0001070499420166 Seconds
Output for 5.3.27
Test 1 took -2.288818359375E-5 SecondsTest 2 took 7.7962875366211E-5 SecondsTest 3 took 0.00015902519226074 Seconds
Output for 5.3.26
Test 1 took -3.3855438232422E-5 SecondsTest 2 took 5.6028366088867E-5 SecondsTest 3 took 0.00013184547424316 Seconds
Output for 5.3.25
Test 1 took 5.0067901611328E-6 SecondsTest 2 took 9.1075897216797E-5 SecondsTest 3 took 0.00021719932556152 Seconds
Output for 5.3.24
Test 1 took 8.1062316894531E-6 SecondsTest 2 took 9.5129013061523E-5 SecondsTest 3 took 0.00021600723266602 Seconds
Output for 5.3.23
Test 1 took -5.1975250244141E-5 SecondsTest 2 took 4.0054321289062E-5 SecondsTest 3 took 0.00016593933105469 Seconds
Output for 5.3.22
Test 1 took -2.0980834960938E-5 SecondsTest 2 took 7.7962875366211E-5 SecondsTest 3 took 0.00018692016601562 Seconds
Output for 5.3.21
Test 1 took -5.0783157348633E-5 SecondsTest 2 took 4.7922134399414E-5 SecondsTest 3 took 0.00011301040649414 Seconds
Output for 5.3.20
Test 1 took -2.288818359375E-5 SecondsTest 2 took 7.7962875366211E-5 SecondsTest 3 took 0.00018501281738281 Seconds
Output for 5.3.19
Test 1 took -2.3841857910156E-5 SecondsTest 2 took 7.7009201049805E-5 SecondsTest 3 took 0.00020098686218262 Seconds
Output for 5.3.18
Test 1 took -1.0013580322266E-5 SecondsTest 2 took 8.8930130004883E-5 SecondsTest 3 took 0.0002140998840332 Seconds
Output for 5.3.17
Test 1 took -6.2942504882812E-5 SecondsTest 2 took 3.6954879760742E-5 SecondsTest 3 took 8.7976455688477E-5 Seconds
Output for 5.3.16
Test 1 took -7.8678131103516E-6 SecondsTest 2 took 8.8930130004883E-5 SecondsTest 3 took 9.2029571533203E-5 Seconds
Output for 5.3.15
Test 1 took -2.288818359375E-5 SecondsTest 2 took 7.8201293945312E-5 SecondsTest 3 took 0.00018310546875 Seconds
Output for 5.3.14
Test 1 took -6.4849853515625E-5 SecondsTest 2 took 3.2901763916016E-5 SecondsTest 3 took 7.8916549682617E-5 Seconds
Output for 5.3.13
Test 1 took -6.5803527832031E-5 SecondsTest 2 took 3.3855438232422E-5 SecondsTest 3 took 8.1062316894531E-5 Seconds
Output for 5.3.12
Test 1 took -3.9815902709961E-5 SecondsTest 2 took 6.0081481933594E-5 SecondsTest 3 took 0.00014305114746094 Seconds
Output for 5.3.11
Test 1 took -8.8214874267578E-6 SecondsTest 2 took 0.00011110305786133 SecondsTest 3 took 0.00022506713867188 Seconds
Output for 5.3.10
Test 1 took -2.8848648071289E-5 SecondsTest 2 took 8.392333984375E-5 SecondsTest 3 took 0.00017499923706055 Seconds
Output for 5.3.9
Test 1 took 1.3113021850586E-5 SecondsTest 2 took 9.3936920166016E-5 SecondsTest 3 took 0.00022220611572266 Seconds
Output for 5.3.8
Test 1 took -5.6982040405273E-5 SecondsTest 2 took 4.5061111450195E-5 SecondsTest 3 took 9.2983245849609E-5 Seconds
Output for 5.3.7
Test 1 took -6.1988830566406E-5 SecondsTest 2 took 3.1948089599609E-5 SecondsTest 3 took 7.7962875366211E-5 Seconds
Output for 5.3.6
Test 1 took -4.7922134399414E-5 SecondsTest 2 took 3.9815902709961E-5 SecondsTest 3 took 8.7976455688477E-5 Seconds
Output for 5.3.5
Test 1 took -8.8214874267578E-6 SecondsTest 2 took 8.0108642578125E-5 SecondsTest 3 took 0.00021481513977051 Seconds
Output for 5.3.4
Test 1 took -1.9073486328125E-6 SecondsTest 2 took 8.9883804321289E-5 SecondsTest 3 took 0.00021696090698242 Seconds
Output for 5.3.3
Test 1 took -6.0796737670898E-5 SecondsTest 2 took 3.3140182495117E-5 SecondsTest 3 took 7.9870223999023E-5 Seconds
Output for 5.3.2
Test 1 took -6.6995620727539E-5 SecondsTest 2 took 3.6001205444336E-5 SecondsTest 3 took 9.0122222900391E-5 Seconds
Output for 5.3.1
Test 1 took -4.3869018554688E-5 SecondsTest 2 took 5.1975250244141E-5 SecondsTest 3 took 0.00012683868408203 Seconds
Output for 5.3.0
Test 1 took -1.4781951904297E-5 SecondsTest 2 took 7.5817108154297E-5 SecondsTest 3 took 0.00018596649169922 Seconds
Output for 5.2.17
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 6.2942504882812E-5 Seconds
Output for 5.2.16
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 6.3896179199219E-5 Seconds
Output for 5.2.15
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 3.9100646972656E-5 SecondsTest 3 took 7.3909759521484E-5 Seconds
Output for 5.2.14
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 3.2901763916016E-5 SecondsTest 3 took 6.2942504882812E-5 Seconds
Output for 5.2.13
Test 1 took 3.4093856811523E-5 SecondsTest 2 took 3.504753112793E-5 SecondsTest 3 took 0.00011396408081055 Seconds
Output for 5.2.12
Test 1 took 2.9087066650391E-5 SecondsTest 2 took 2.9087066650391E-5 SecondsTest 3 took 6.3896179199219E-5 Seconds
Output for 5.2.11
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 6.2942504882812E-5 Seconds
Output for 5.2.10
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 3.0040740966797E-5 SecondsTest 3 took 5.793571472168E-5 Seconds
Output for 5.2.9
Test 1 took 2.9802322387695E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 7.1048736572266E-5 Seconds
Output for 5.2.8
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 4.887580871582E-5 SecondsTest 3 took 6.2942504882812E-5 Seconds
Output for 5.2.7
Test 1 took 3.2186508178711E-5 SecondsTest 2 took 3.3855438232422E-5 SecondsTest 3 took 6.103515625E-5 Seconds
Output for 5.2.6
Test 1 took 2.8848648071289E-5 SecondsTest 2 took 3.0994415283203E-5 SecondsTest 3 took 6.413459777832E-5 Seconds
Output for 5.2.5
Test 1 took 3.0040740966797E-5 SecondsTest 2 took 3.9100646972656E-5 SecondsTest 3 took 6.4849853515625E-5 Seconds
Output for 5.2.4
Test 1 took 3.0994415283203E-5 SecondsTest 2 took 3.6001205444336E-5 SecondsTest 3 took 7.2956085205078E-5 Seconds
Output for 5.2.3
Test 1 took 5.9127807617188E-5 SecondsTest 2 took 4.1961669921875E-5 SecondsTest 3 took 6.6041946411133E-5 Seconds
Output for 5.2.2
Test 1 took 3.1948089599609E-5 SecondsTest 2 took 4.4107437133789E-5 SecondsTest 3 took 7.2002410888672E-5 Seconds
Output for 5.2.1
Test 1 took 3.0040740966797E-05 SecondsTest 2 took 3.7193298339844E-05 SecondsTest 3 took 7.7009201049805E-05 Seconds
Output for 5.2.0
Test 1 took 3.2186508178711E-05 SecondsTest 2 took 3.6954879760742E-05 SecondsTest 3 took 9.608268737793E-05 Seconds
Output for 5.1.6
Test 1 took 5.6982040405273E-05 SecondsTest 2 took 5.1975250244141E-05 SecondsTest 3 took 7.7009201049805E-05 Seconds
Output for 5.1.5
Test 1 took 3.6954879760742E-05 SecondsTest 2 took 5.1975250244141E-05 SecondsTest 3 took 7.6055526733398E-05 Seconds
Output for 5.1.4
Test 1 took 3.7193298339844E-05 SecondsTest 2 took 5.1975250244141E-05 SecondsTest 3 took 7.5101852416992E-05 Seconds
Output for 5.1.3
Test 1 took 3.6001205444336E-05 SecondsTest 2 took 6.3896179199219E-05 SecondsTest 3 took 8.9168548583984E-05 Seconds
Output for 5.1.2
Test 1 took 4.4107437133789E-05 SecondsTest 2 took 5.2213668823242E-05 SecondsTest 3 took 7.0095062255859E-05 Seconds
Output for 5.1.1
Test 1 took 5.8889389038086E-05 SecondsTest 2 took 5.4121017456055E-05 SecondsTest 3 took 7.7009201049805E-05 Seconds
Output for 5.1.0
Test 1 took 3.9815902709961E-05 SecondsTest 2 took 6.2942504882812E-05 SecondsTest 3 took 7.1048736572266E-05 Seconds
Output for 5.0.5
Test 1 took 7.7009201049805E-05 SecondsTest 2 took 9.7990036010742E-05 SecondsTest 3 took 0.00011014938354492 Seconds
Output for 5.0.4
Test 1 took 7.5817108154297E-05 SecondsTest 2 took 8.5115432739258E-05 SecondsTest 3 took 0.00011706352233887 Seconds
Output for 5.0.3
Test 1 took 6.7949295043945E-05 SecondsTest 2 took 8.2015991210938E-05 SecondsTest 3 took 0.00010514259338379 Seconds
Output for 5.0.2
Test 1 took 8.2969665527344E-05 SecondsTest 2 took 8.2015991210938E-05 SecondsTest 3 took 0.00010991096496582 Seconds
Output for 5.0.1
Test 1 took 8.2969665527344E-05 SecondsTest 2 took 8.2015991210938E-05 SecondsTest 3 took 0.00011110305786133 Seconds
Output for 5.0.0
Test 1 took 6.6041946411133E-05 SecondsTest 2 took 9.4175338745117E-05 SecondsTest 3 took 0.00011014938354492 Seconds
Output for 4.4.9
Test 1 took 9.5000000000012E-05 SecondsTest 2 took 8.7000000000004E-05 SecondsTest 3 took 0.000126 Seconds
Output for 4.4.8
Test 1 took 8.1999999999999E-05 SecondsTest 2 took 9.0000000000007E-05 SecondsTest 3 took 0.00012299999999998 Seconds
Output for 4.4.7
Test 1 took 8.1999999999999E-05 SecondsTest 2 took 8.7000000000004E-05 SecondsTest 3 took 0.00012100000000001 Seconds
Output for 4.4.6
Test 1 took 8.4000000000001E-05 SecondsTest 2 took 8.7999999999977E-05 SecondsTest 3 took 0.000115 Seconds
Output for 4.4.5
Test 1 took 7.9999999999997E-05 SecondsTest 2 took 8.6999999999976E-05 SecondsTest 3 took 0.000138 Seconds
Output for 4.4.4
Test 1 took 8.7000000000004E-05 SecondsTest 2 took 9.1999999999981E-05 SecondsTest 3 took 0.00012699999999999 Seconds
Output for 4.4.3
Test 1 took 8.4000000000028E-05 SecondsTest 2 took 8.8000000000032E-05 SecondsTest 3 took 0.00013400000000002 Seconds
Output for 4.4.2
Test 1 took 8.0000000000024E-05 SecondsTest 2 took 8.8000000000032E-05 SecondsTest 3 took 0.00012699999999999 Seconds
Output for 4.4.1
Test 1 took 7.8999999999996E-05 SecondsTest 2 took 9.1000000000008E-05 SecondsTest 3 took 0.00012799999999996 Seconds
Output for 4.4.0
Test 1 took 7.8000000000022E-05 SecondsTest 2 took 0.00010100000000002 SecondsTest 3 took 0.00013399999999997 Seconds
Output for 4.3.11
Test 1 took 8.0000000000024E-05 SecondsTest 2 took 9.1999999999981E-05 SecondsTest 3 took 0.00012500000000004 Seconds
Output for 4.3.10
Test 1 took 8.3999999999973E-05 SecondsTest 2 took 0.00010499999999997 SecondsTest 3 took 0.00015799999999999 Seconds
Output for 4.3.9
Test 1 took 9.300000000001E-05 SecondsTest 2 took 9.300000000001E-05 SecondsTest 3 took 0.00012300000000004 Seconds
Output for 4.3.8
Test 1 took 9.1999999999981E-05 SecondsTest 2 took 0.00017199999999995 SecondsTest 3 took 0.00014500000000006 Seconds
Output for 4.3.7
Test 1 took 9.0999999999952E-05 SecondsTest 2 took 0.00012299999999998 SecondsTest 3 took 0.00014100000000006 Seconds
Output for 4.3.6
Test 1 took 9.5999999999985E-05 SecondsTest 2 took 0.00010699999999997 SecondsTest 3 took 0.00014900000000007 Seconds
Output for 4.3.5
Test 1 took 9.3999999999927E-05 SecondsTest 2 took 8.7999999999977E-05 SecondsTest 3 took 0.00012099999999993 Seconds
Output for 4.3.4
Test 1 took 9.4999999999956E-05 SecondsTest 2 took 9.1000000000063E-05 SecondsTest 3 took 0.00014999999999998 Seconds
Output for 4.3.3
Test 1 took 8.3000000000055E-05 SecondsTest 2 took 8.9999999999923E-05 SecondsTest 3 took 0.00011699999999992 Seconds
Output for 4.3.2
Test 1 took 8.7999999999977E-05 SecondsTest 2 took 9.0999999999952E-05 SecondsTest 3 took 0.00014700000000001 Seconds
Output for 4.3.1
Test 1 took 8.2999999999944E-05 SecondsTest 2 took 9.1999999999981E-05 SecondsTest 3 took 0.00010100000000002 Seconds
Output for 4.3.0
Test 1 took 7.299999999999E-05 SecondsTest 2 took 9.6000000000013E-05 SecondsTest 3 took 0.000109 Seconds

preferences:
230.07 ms | 401 KiB | 325 Q