<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Calhoun&#039;s Blog &#187; ios</title>
	<atom:link href="http://davidbcalhoun.com/tag/ios/feed" rel="self" type="application/rss+xml" />
	<link>http://davidbcalhoun.com</link>
	<description>Just another blog</description>
	<lastBuildDate>Mon, 07 May 2012 02:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JavaScript SunSpider test: iOS 3.1.3 versus iOS 4 GM</title>
		<link>http://davidbcalhoun.com/2010/sunspider-ios-3-1-3-versus-ios-4-gm</link>
		<comments>http://davidbcalhoun.com/2010/sunspider-ios-3-1-3-versus-ios-4-gm#comments</comments>
		<pubDate>Thu, 10 Jun 2010 09:50:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[performance]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[sunspider]]></category>

		<guid isPermaLink="false">http://davidbcalhoun.com/?p=281</guid>
		<description><![CDATA[Result table Test iOS 3.1.3 (3GS) iOS 4 GM (3GS) % change Total 15396ms 13787ms -10.5% 3D 2411ms 1917ms -20.5% Access 1884ms 1893ms +0.5% Bitops 1044ms 1239ms +18.7% Controlflow 143ms 221ms +54.5% Crypto 982ms 850ms -13.4% Date 1355ms 1065ms -21.4% Math 2053ms 1511ms -26.4% Regexp 1616ms 1916ms +18.6% String 3908ms 3175ms -18.8% Thoughts After running [...]]]></description>
			<content:encoded><![CDATA[<h3>Result table</h3>
<table>
<thead>
<tr>
<td>Test</td>
<td>iOS 3.1.3 (3GS)</td>
<td>iOS 4 GM (3GS)</td>
<td>% change</td>
</tr>
</thead>
<tfoot></tfoot>
<tbody>
<tr>
<td>Total</td>
<td>15396ms</td>
<td>13787ms</td>
<td class="positive">-10.5%</td>
</tr>
<tr>
<td>3D</td>
<td>2411ms</td>
<td>1917ms</td>
<td class="positive">-20.5%</td>
</tr>
<tr>
<td>Access</td>
<td>1884ms</td>
<td>1893ms</td>
<td class="negative">+0.5%</td>
</tr>
<tr>
<td>Bitops</td>
<td>1044ms</td>
<td>1239ms</td>
<td class="negative">+18.7%</td>
</tr>
<tr>
<td>Controlflow</td>
<td>143ms</td>
<td>221ms</td>
<td class="negative">+54.5%</td>
</tr>
<tr>
<td>Crypto</td>
<td>982ms</td>
<td>850ms</td>
<td class="positive">-13.4%</td>
</tr>
<tr>
<td>Date</td>
<td>1355ms</td>
<td>1065ms</td>
<td class="positive">-21.4%</td>
</tr>
<tr>
<td>Math</td>
<td>2053ms</td>
<td>1511ms</td>
<td class="positive">-26.4%</td>
</tr>
<tr>
<td>Regexp</td>
<td>1616ms</td>
<td>1916ms</td>
<td class="negative">+18.6%</td>
</tr>
<tr>
<td>String</td>
<td>3908ms</td>
<td>3175ms</td>
<td class="positive">-18.8%</td>
</tr>
</tbody>
</table>
<h3>Thoughts</h3>
<p>After running these SunSpider tests, it looks like overall there&#8217;s significant speed gains between iOS 3.1.3 and iOS 4 GM.  However, it&#8217;s concerning from these tests there were some things that actually ran <em>slower</em> on iOS 4.  This either represents a real speed loss between the versions, a margin of error, or some flaw or inconsistency while testing.  Or maybe I possibly have some wrong setting on my phone?  Any input would be appreciated.</p>
<h3>Testing methodology</h3>
<p>Test: <a href="http://www2.webkit.org/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html">SunSpider 0.9.1</a></p>
<p>Device: iPhone 3GS</p>
<p>The test was run five separate times on the same phone for each version of the OS.  The phone was completely turned off and on before each test.</p>
<p>The most extreme values of the five tests were thrown out, and the resulting four tests were averaged (sometimes from three tests when the values were very close together).  I&#8217;m no statistics expert, so if you&#8217;d like to work it out for yourself, here are my raw test results:</p>
<p><a href="http://davidbcalhoun.com/wp-content/uploads/2010/iOS-3.1.3.html">SunSpider iOS 3.1.3 results (5 tests)</a></p>
<p><a href="http://davidbcalhoun.com/wp-content/uploads/2010/iOS-4-GM.html">SunSpider iOS 4 results (5 tests)</a></p>
<h3>Related links</h3>
<p><a href="http://www.medialets.com/blog/2009/06/24/speed-test-iphone-3gs-even-faster-than-apple-claims/">Speed Test: iPhone 3GS Even Faster than Apple Claims</a></p>
]]></content:encoded>
			<wfw:commentRss>http://davidbcalhoun.com/2010/sunspider-ios-3-1-3-versus-ios-4-gm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

