<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Itâ€™s Time for a Decent Mac Benchmark</title>
	<atom:link href="http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/</link>
	<description>Mac Apps, Reviews, Previews, Interviews, and Giveaways.</description>
	<lastBuildDate>Fri, 20 Nov 2009 15:57:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: imajoebob</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-6156</link>
		<dc:creator>imajoebob</dc:creator>
		<pubDate>Mon, 11 Jun 2007 04:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-6156</guid>
		<description>I&#039;ve noticed that the speed of your hard drive seems to influence all the scores, not just the disk rating.  Makes me wonder just how discrete the individual tests are.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that the speed of your hard drive seems to influence all the scores, not just the disk rating.  Makes me wonder just how discrete the individual tests are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutor</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-5852</link>
		<dc:creator>Tutor</dc:creator>
		<pubDate>Sun, 03 Jun 2007 13:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-5852</guid>
		<description>You are right about Xbench. It doesn&#039;t even produce the same results on the same machine - useless.

I favor timing real applications these days, too.</description>
		<content:encoded><![CDATA[<p>You are right about Xbench. It doesn&#8217;t even produce the same results on the same machine &#8211; useless.</p>
<p>I favor timing real applications these days, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaysen</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-5760</link>
		<dc:creator>Jaysen</dc:creator>
		<pubDate>Fri, 01 Jun 2007 16:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-5760</guid>
		<description>Someone should note teh max char limit on the comments...

What I was saying is that the 128bit </description>
		<content:encoded><![CDATA[<p>Someone should note teh max char limit on the comments&#8230;</p>
<p>What I was saying is that the 128bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaysen</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-5750</link>
		<dc:creator>Jaysen</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-5750</guid>
		<description>The problems with benchmarks are the type of calculations, the programmers &quot;method&quot; of performing calculations and the differences in hardware architecture. If we take a benchmark test that performs &quot;large math&quot; we may need different routines for each architecture (PPC, Intel Single/Dual/Quad/SMP) to optimize performance thereby reflect true possible speed. problem is that few software packages use separate routine optimizations (other than compiler) to maximize performance between architectures. So if we build a benchmark utility that is generic we penalize one or more architectures. On the other hand if we truly optimize then we are not comparing performance in a &quot;real world&quot; manner. 

An example is dual core vs SMP. SMP is 2 chips, 2 sub systems. Dual core tries to emulate this but still gets bogged down in bus IO. So although we can use a similar function for the raw math the IO should be optimized for a dual core system. This would cause the SMP system to appear to not have a large benefit as the higher sustainable IO would never be measured. If we optimize for SMP then we penalize dual core by overloading the IO buss. 

Also the &quot;speed&quot; rating of chips is not really an indicator of performance. Although a faster chip can cycle through calculations faster there are other factors like data size (16 vs 32 vs 64 vs 128) and bus speeds that have a larger impact. take a look at the initial offerings of almost any chip generation and you will find a speed overlap with the previous generation. 

For those of you who remember the DEC &quot;Alpha&quot; series chips, they were 128bit </description>
		<content:encoded><![CDATA[<p>The problems with benchmarks are the type of calculations, the programmers &#8220;method&#8221; of performing calculations and the differences in hardware architecture. If we take a benchmark test that performs &#8220;large math&#8221; we may need different routines for each architecture (PPC, Intel Single/Dual/Quad/SMP) to optimize performance thereby reflect true possible speed. problem is that few software packages use separate routine optimizations (other than compiler) to maximize performance between architectures. So if we build a benchmark utility that is generic we penalize one or more architectures. On the other hand if we truly optimize then we are not comparing performance in a &#8220;real world&#8221; manner. </p>
<p>An example is dual core vs SMP. SMP is 2 chips, 2 sub systems. Dual core tries to emulate this but still gets bogged down in bus IO. So although we can use a similar function for the raw math the IO should be optimized for a dual core system. This would cause the SMP system to appear to not have a large benefit as the higher sustainable IO would never be measured. If we optimize for SMP then we penalize dual core by overloading the IO buss. </p>
<p>Also the &#8220;speed&#8221; rating of chips is not really an indicator of performance. Although a faster chip can cycle through calculations faster there are other factors like data size (16 vs 32 vs 64 vs 128) and bus speeds that have a larger impact. take a look at the initial offerings of almost any chip generation and you will find a speed overlap with the previous generation. </p>
<p>For those of you who remember the DEC &#8220;Alpha&#8221; series chips, they were 128bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt J</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-5747</link>
		<dc:creator>Matt J</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-5747</guid>
		<description>Would timing to completion of some kind of Automator workflow be an appropriate indicator?</description>
		<content:encoded><![CDATA[<p>Would timing to completion of some kind of Automator workflow be an appropriate indicator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/comment-page-1/#comment-5744</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Fri, 01 Jun 2007 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/06/01/it%e2%80%99s-time-for-a-decent-mac-benchmark/#comment-5744</guid>
		<description>I&#039;d love to see someone create a series of standard tests that could be done by anyone and to collect them from different machines, so that we could really compare e.g. a PowerMac G4/533 (DA) against a 2ghz iMac (an upgrade I&#039;m contemplating).  Any suggestions on how to do the tests?  I&#039;d suggest using freely available tools (inc shareware / trialware), standardized files that can be loaded, and some Applescripts to launch &amp; time the tests.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see someone create a series of standard tests that could be done by anyone and to collect them from different machines, so that we could really compare e.g. a PowerMac G4/533 (DA) against a 2ghz iMac (an upgrade I&#8217;m contemplating).  Any suggestions on how to do the tests?  I&#8217;d suggest using freely available tools (inc shareware / trialware), standardized files that can be loaded, and some Applescripts to launch &amp; time the tests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
