<?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>Joseph Piché &#187; javascript</title>
	<atom:link href="http://jpiche.com/tags/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpiche.com</link>
	<description>Web development professional with expertise in PHP, MySQL query optimization, Ajax, and XHTML</description>
	<lastBuildDate>Tue, 20 Jul 2010 04:04:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaScript Benchmarking</title>
		<link>http://jpiche.com/2009/05/javascript-benchmarking/</link>
		<comments>http://jpiche.com/2009/05/javascript-benchmarking/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:00:21 +0000</pubDate>
		<dc:creator>Joseph Piché</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://jpiche.com/?p=102</guid>
		<description><![CDATA[I work with a lot of JavaScript at my job. Specifically, I use a lot of Jquery when coding web applications used internally. But because I use Google Chrome at work&#8212;on my Ubuntu laptop I use Chromium&#8212;I tend to take some things for granted. Today I ran across the Benchmark Suite that Google uses internally [...]]]></description>
			<content:encoded><![CDATA[<p>I work with a lot of JavaScript at my job. Specifically, I use a lot of <a href="http://jquery.com/">Jquery</a> when coding web applications used internally. But because I use <a href="http://www.google.com/chrome/">Google Chrome</a> at work&mdash;on my Ubuntu laptop I use <a href="http://code.google.com/chromium/">Chromium</a>&mdash;I tend to take some things for granted. Today I ran across the <a href="http://v8.googlecode.com/svn/data/benchmarks/v4/run.html">Benchmark Suite</a> that Google uses internally for making sure that Chrome&#8217;s JavaScript engine is super-fast.</p>
<p>So, I tried it out on my laptop under <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> and was pretty impressed to see the following scores, since the benchmark said that <b>100</b> was a reference score and that bigger is better.</p>
<blockquote><p><b>Score: 186</b><br/><br />
Richards: 137<br/><br />
DeltaBlue: 208<br/><br />
Crypto: 161<br/><br />
RayTrace: 132<br/><br />
EarleyBoyer: 220<br/><br />
RegExp: 150<br/><br />
Splay: 391</p>
</blockquote>
<p>Of course then I ran it in Chromium on the exact same laptop, under equal load and got the following. Then I was truly impressed and started to wonder why Firefox&#8217;s score was so terrible.</p>
<blockquote><p><b>Score: 2739</b><br/><br />
Richards: 3140<br/><br />
DeltaBlue: 3069<br/><br />
Crypto: 2285<br/><br />
RayTrace: 2810<br/><br />
EarleyBoyer: 3959<br/><br />
RegExp: 914<br/><br />
Splay: 5171</p>
</blockquote>
<p>I&#8217;m not sure I even want to know how Internet Explorer does.</p>
]]></content:encoded>
			<wfw:commentRss>http://jpiche.com/2009/05/javascript-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
