Slashdot Mirror


How Many Android OEMs Cheat Benchmark Scores? Pretty Much All of Them

An anonymous reader writes "After Samsung got caught out cheating on benchmarks (Note 3, Galaxy S4) AnandTech has done a detailed analysis of the state of benchmark cheating amongst Android OEMs. With the exception of Motorola, literally every single OEM they've looked at ships (or has shipped) at least one device that does benchmark-specific CPU optimizations. AnandTech also thinks it will get worse before it gets better. 'The hilarious part of all of this is we’re still talking about small gains in performance. The impact on our CPU tests is 0 - 5%, and somewhere south of 10% on our GPU benchmarks as far as we can tell. I can't stress enough that it would be far less painful for the OEMs to just stop this nonsense and instead demand better performance/power efficiency from their silicon vendors.' The article notes that Apple doesn't do any of the frequency gaming stuff."

189 comments

  1. Easy solution by TheRealMindChild · · Score: 4, Interesting

    The benchmark software should randomize the process name on launch

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    1. Re:Easy solution by h4rr4r · · Score: 2

      So then you just look for behavior. Oh look a bunch of unnatural activity, change the governor to performance instead of on_demand.

    2. Re:Easy solution by Anonymous Coward · · Score: 0

      If you RTFA you'd see some of them do a lot more than just process names.

    3. Re:Easy solution by Anonymous Coward · · Score: 0

      I guess you aren't aware how Activities and Intents work in Android.

    4. Re:Easy solution by Charliemopps · · Score: 1

      you're assuming the benchmark authors aren't working directly with the hardware manufacturers.

    5. Re:Easy solution by JanneM · · Score: 1

      So, make the benchmark software resemble the composite behaviour of common classes of apps. OGL benchmarks effectively act as the "typical" 3D game and so on.

      At which point cheating becomes pointless, as any tweaking in favour of performance on those benchmarks immediately hit you as worse batterly life and high temps for all users running any similar kinds of apps, including your reviewers.

      --
      Trust the Computer. The Computer is your friend.
    6. Re:Easy solution by hairyfeet · · Score: 4, Insightful

      Even easier...don't use benchmarks which are easily rigged, choose real world applications and cook up some tests using them!

      The problem is ALL the benchmarks have been rigged by somebody for ages...X86? Any benchmark compiled using ICC is rigged against AMD and boosts Intel by 30% (look up "Intel Cripple Compiler" if you want to learn more, end result is benchmarks are completely useless on X86 unless compiled with GCC) and as we see here ARM? Rigged by everybody. This kind of crap has been going on since "Quack.exe" and is why you shouldn't trust ANY benchmarks. I'll always remember one of the reviews before the guy was told about ICC when he was testing netbooks "These new netbooks with AMD seem to be MUCH snappier...yet it loses to the low end Atom by nearly 30%, and I just don't know why"...the reason why is the benchmarks are all rigged!

      So if you want to bench an ARM chip? Root the phone, install Bash, and run a script that runs real applications in real world scenarios. there are more than enough apps out there that cooking up their own informal benches should NOT be hard and until they do? Just remember to replace the word benchmark with bullshit every time you see one of these articles.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    7. Re:Easy solution by erroneus · · Score: 1

      Better solution. No benchmark test should be accepted unless the software was written AFTER the release of the hardware being tested. And then, yes, randomize various things including the compiled code.

    8. Re:Easy solution by Sockatume · · Score: 1

      You want something that's consistent and reliable from device to device and run to run; that consistency dooms any attempt to cloak the behaviour of the app to failure.

      --
      No kidding!!! What do you say at this point?
    9. Re:Easy solution by Sockatume · · Score: 1

      The idea that people should have to come up with less-reliable, improvised tests because the hardware manufacturers are going to crawl over each other to cheat any consistent, scientific one is kind of depressing. You kind of know that all these phone companies are first-rate bullshit artists, with Samsung running at the fore, but the idea even that their engineers are going out of their way to fake their product to the top of the specs pile is just sad.

      --
      No kidding!!! What do you say at this point?
    10. Re:Easy solution by Anonymous Coward · · Score: 1

      Additional solution -

      Combine the performance tests with a battery rundown test and combine it into a composite score.

      i.e. setup the benchmark to loop run until the battery dies.

      Then if anyone decides to do any funky cheats, it will kill the score because it will ruin the battery life.

    11. Re:Easy solution by larry+bagina · · Score: 1

      Why don't you just use AMD's compiler? Oh, that's right.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    12. Re:Easy solution by realityimpaired · · Score: 2

      Oh look a bunch of unnatural activity, change the governor to performance instead of on_demand.

      That shouldn't make that much of a difference... if the governor is in the low_power setting, limiting the CPU to minimum clock speed, then there'll be a performance hit on benchmarks, but with on_demand, by the time the system has realized it needs to change the governor to performance, the clock speed will have already been increased to maximum due to CPU load. Meanwhile, you're wasting clock cycles monitoring what stuff is doing....

    13. Re:Easy solution by Bill,+Shooter+of+Bul · · Score: 1

      That sounds like a great idea, but that would just favor phones with larger batteries. At the end of the day, the benchmark wouldn't accurately represent real life use. Which is the only reason to look at them, unless you're a fan of bar charts and statistics.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    14. Re:Easy solution by h4rr4r · · Score: 1

      I was thinking to cheat battery test for example or have it lift the max CPU clock above what is normally used.

    15. Re:Easy solution by Zero__Kelvin · · Score: 1

      "So then you just look for behavior. Oh look a bunch of unnatural activity, change the governor to performance instead of on_demand."

      That's an excellent idea. Now all you have to do it look for a way to do it with almost no overhead.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    16. Re:Easy solution by mwvdlee · · Score: 1

      The goal is to make detection so complicated that the simple act of detecting a benchmark reduces performance to levels impossible to compensate by cheating.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    17. Re:Easy solution by mwvdlee · · Score: 1

      Alternatively, can we get an app that changes the name of any game to one of the benchmarks' names?

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    18. Re:Easy solution by hairyfeet · · Score: 3, Informative

      If you are trying to say AMD's compiler rigs? Sorry you are full of shit, the reviewer that first found the cripple code in ICC did rigorous testing of AMD's compiler and found it was merely GCC with some extra X64 flags added to better support 64 bit, that is it. Oh and you can download the source for the ACC and see for yourself, its based on GCC and is fully GPL V2 compliant.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    19. Re:Easy solution by realityimpaired · · Score: 2

      Fair enough, And not an unreasonable measure.

      Truthfully, and I know I'm in the minority in a discussion about benchmarks, cell phones have been "good enough" for quite a while, and I bought mine based on feature list and price. I bought the cheapest phone that had all of the features I wanted: FM radio, GPS, bluetooth, wifi tether, and that's it. Didn't even care whether it had 4G connectivity (though it did). Even a bottom-end $100 smart phone with an 800MHz single core processor is in the performance range that will be good enough for most of us, and for the serious gamers, they can worry about getting the most expensive quad core on the market, or, like I did, get a good quality tablet to accompany the phone. With entrants like the Asus MeMo Pad HD 7" (a sub-$200 quad core tablet with plenty of memory, there are others but that's the one I bought), it's getting ridiculously easy to get good performance in your devices for just about anything you throw at it in the real world.

    20. Re:Easy solution by hairyfeet · · Score: 1

      Yes but until these companies stop cheating, just as Intel to this very day cheats with ICC then what choice do you have? If every scale is being rigged by the manufacturer then the only choice is to not use their scale, correct?

      And in both cases since you have access to a CLI writing a script that calls real world applications shouldn't be very hard. as long as all the corps are rigging there really isn't a choice.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    21. Re:Easy solution by h4rr4r · · Score: 1

      I totally agree. I want a better display, more color accurate and such more than faster CPU.

    22. Re:Easy solution by Anonymous Coward · · Score: 0

      thing is, as has been said by others, this is quite similar to the "app profiles" that GPU folks put into their drivers, minus the transparency that it's happening. it takes quite a while to bring cores out of a power-gating state, and even longer if for some reason the main regulator for the CPU supply has been shut off. so the OS scheduler juggles threads a bit on a few cores, decides there's enough work to bring more to a perf state, waits for that, etc... what's really needed is some sort of hinting that an application can provide to the OS that it's going to be spawning a bunch of CPU-hungry threads, so it might be good to ramp the cores to a higher-perf state (if allowed by the user's power settings).

    23. Re:Easy solution by ifiwereasculptor · · Score: 1

      OIn the contrary, they should come up with more meaningful tests. On the x86 side, there are quite a few staples of testing that are also real-world scenarios, like RAR decompression, encryption and video and mp3 encoding. For GPUs, an assorted bundle of real games are great for measuring performance.

    24. Re:Easy solution by tlhIngan · · Score: 1

      The benchmark software should randomize the process name on launch

      Can you even do that on Android? Generally to rename the package on Android you need to take the APK apart and rename the DEX files there.

      Right now, it looks like the most impressive tests are ones done with the browser purely because to cheat three means generally it works for everyone.

      (Though even then I can see why they'd cheat - an iPhone 5s dual core processor can keep up with quad core SoCs running nearly twice as fast (1.3GHz A7 vs. 2.3GHz Snapdragon).).

    25. Re: Easy solution by Anonymous Coward · · Score: 0

      In other words it's not anything close to icc in performance. Whoosh.

    26. Re:Easy solution by sjames · · Score: 1

      Battery life measurements should take place with the benchmark app running.

    27. Re:Easy solution by Anonymous Coward · · Score: 0

      but if it results in larger batteries, don't we all win? Hell I don't use my phone for gaming but if it had a larger battery, I'd be happy because of less frequent charging needs or longer talk times.

    28. Re:Easy solution by Anonymous Coward · · Score: 0

      #45035831 poster replying again...

      Exactly - the purpose of these benchmarks is to quantify something that's hard to see from a spec sheet or advertisement. If the manufacturer of the phone can cram a big battery in there without increasing costs/size (which are both immediately obvious to the consumer and don't need to be benchmarked), isn't this effectively the same thing as making the phone more efficient from user point of view? Granted, it's kinda crummy engineering, but most users wouldn't care about that - it's all a black box inside there.

      There's still some harder-to-quantify issues which would arise if manufacturers cheat the composite benchmark and put in a bigger battery to compensate (ex. heat dissipation, accelerated phone degradation) but in my opinion it would be a step in the right direction.

      As an addendum, I think that the performance scores should NOT be reported separately from the battery scores, since these 2 items are inextricably linked (as these benchmark cheats demonstrate). If they get reported separately, tech pundits will still put them on separate bar graphs and consumers will still just look at the performance numbers and come to the same stupid conclusions.

    29. Re:Easy solution by hairyfeet · · Score: 1

      Exactly and all of those can be trivially automated with scripts so they can be just as accurate as any benchmark WITHOUT allowing the companies to rig the test!

      At the end of the day if everybody has rigged the test then the test is worthless, that's it, no more argument on the subject, the test is worthless and meaningless if everybody cheats and as we have seen both on X86 and on ARM cheating is rampant, so what to do? There is only one thing you CAN do and that is to throw out the test and use real applications to measure real performance. this way they can't rig as there are dozens of tools that do the same job, from WinRAR to PKZip, from Handbrake to WinDVD, so by using real world applications not only do they give you actual results without cheats but they also give you more of an overview of what the device is really like on day to day usage. Seems like a win/win to everyone but the companies selling benchmark software to me.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    30. Re:Easy solution by Anonymous Coward · · Score: 0

      State and federal prosecuters should prosecute all of the people who gave the orders to do this for conspiracy and fraud.

    31. Re:Easy solution by Anonymous Coward · · Score: 0

      One reason Motorola went with only a dual-core processor for the MotoX was because in their browser testing they found that even when simulateously opening 30 tabs in the browser it only used 2 cores. If web browsers can't make good use of a quad-core processor, it is less surprising that Apple's dual-core can keep up with quad-cores .

  2. Or, alternatively by Truth_Quark · · Score: 5, Insightful

    The phone manufacturers should not be dicks.

    1. Re:Or, alternatively by Anonymous Coward · · Score: 3, Interesting

      On the contrary, the testers should just be bigger dicks. "We detected benchmark-specific optimizations in products #1, #2 and #3, so they all got zero points."

    2. Re:Or, alternatively by Nerdfest · · Score: 1

      I'm a little confused about this. I was under the impression that what they were doing was ensuring that the clock speed was running at full, not slowed down for power saving, etc. From my point of view, that would just give a consistent reading of how fast the phone could run and wouldn't be considered 'cheating' unless they were boosting the clock speed up over normal running speeds. I assume some games and other applications also force the processor to full, but perhaps this is not the case. The whole thing seems to be a bit of an over-reaction, but perhaps I'm missing some information.

    3. Re:Or, alternatively by L4t3r4lu5 · · Score: 4, Informative

      Pfff. Car manufacturers tape up the air intakes and door seams on their cars to do fuel economy runs, just to eek out the every last 0.1mpg. Running your car like that for any reasonable period of time would wreck the engine pretty quick.

      Benchmarks are about as useful as manufacturer spec sheets. Take both with a a few metric tonnes of salt.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    4. Re:Or, alternatively by NatasRevol · · Score: 1

      You think there's fanbois here, imagine how torn up they'd get if they did that.

      --
      There are two types of people in the world: Those who crave closure
    5. Re:Or, alternatively by wonkey_monkey · · Score: 1

      It makes comparing two phones harder because you won't know which of them is "cheating."

      --
      systemd is Roko's Basilisk.
    6. Re:Or, alternatively by idontgno · · Score: 2

      Pfff. Car manufacturers tape up the air intakes and door seams on their cars to do fuel economy runs, just to eek out the every last 0.1mpg. Running your car like that for any reasonable period of time would wreck the engine pretty quick.

      Does any manufacturer report their own measured mileage? Within the US, the only number that matters is measured by the EPA, on a dynamometer.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    7. Re:Or, alternatively by gnasher719 · · Score: 4, Insightful

      On the contrary, the testers should just be bigger dicks. "We detected benchmark-specific optimizations in products #1, #2 and #3, so they all got zero points."

      That seems quite arbitrary. What about "To test the battery, we tested how many minutes the battery lasts while running benchmark X". The cheaters will get shorter battery life.

    8. Re:Or, alternatively by smash · · Score: 1

      Pretty much.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    9. Re:Or, alternatively by Zero__Kelvin · · Score: 0

      Why would they get shorter battery life?

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    10. Re:Or, alternatively by ftobin · · Score: 4, Informative

      Actually, manufacturers do report their own efficiency numbers, and the EPA spot-checks them.

      http://business.time.com/2012/12/10/more-reason-to-be-skeptical-about-new-car-mpg-claims/

    11. Re:Or, alternatively by Pieroxy · · Score: 2

      Why would they get shorter battery life?

      They can't artificially boost performance without a drain on the battery.

    12. Re:Or, alternatively by Pieroxy · · Score: 3, Insightful

      Just buy an iPhone. Apple doesn't cheat apparently.

    13. Re:Or, alternatively by Zero__Kelvin · · Score: 0

      Why would you say that? A system running code and rendering graphics, for example, might render more objects before the battery dies but it will die in the same time frame.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    14. Re:Or, alternatively by dj245 · · Score: 2

      Actually, manufacturers do report their own efficiency numbers, and the EPA spot-checks them.

      http://business.time.com/2012/12/10/more-reason-to-be-skeptical-about-new-car-mpg-claims/

      Not only that, but they are allowed to use the same numbers if the drivetrain and weight of the vehicle is the same as to a previously tested vehicle.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    15. Re:Or, alternatively by Anonymous Coward · · Score: 1

      Your analogy does not apply.

      They are artificially boosting performance by clocking their CPU faster than normal. This necessarily has negative effects on battery life (or else they'd be running their CPU normally at THAT speed... and if they boosted clock speed higher than that, it'd have lower-than-normal battery life too).

      There's actually the additional factor of heat - serious PC overclockers generally spend money on aftermarket coolers. That could be an additional method of detecting this kind of cheating?

    16. Re:Or, alternatively by Anonymous Coward · · Score: 0

      Why does your car get worse gas milage at 70mph than at 55mph?

    17. Re:Or, alternatively by Anonymous Coward · · Score: 0

      "That seems quite arbitrary."

      Why? What grade do you think someone deserves who is found cheating?

    18. Re:Or, alternatively by Zero__Kelvin · · Score: 0

      The word overclocking doesn't appear anywhere on the page and seems highly unlikely. Most likely they are upping the process priority, which means same current drain, just more CPU cycles going to the benchmark and less to the background apps. Same battery life.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    19. Re:Or, alternatively by Zero__Kelvin · · Score: 0

      Why does my car get the same mileage if I spend more time on I95 and less on I495? (The device clocks aren't increasing, the priority of the processes is changing.)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    20. Re:Or, alternatively by Anonymous Coward · · Score: 0

      Why do that if you are looking for Android? Google Nexus line and Motorolla are mentioned in the same article!

    21. Re:Or, alternatively by armanox · · Score: 1

      I find that I get better MPG on I-95 than on I-495 or I-695.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    22. Re:Or, alternatively by Zero__Kelvin · · Score: 0

      Completely different I495. I know this because where I live there is no I695.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    23. Re:Or, alternatively by Anonymous Coward · · Score: 0

      Why would you say that? A system running code and rendering graphics, for example, might render more objects before the battery dies but it will die in the same time frame.

      Which is why, when doing battery testing, you run the benchmark in a loop, and count runtime, not iterations.

    24. Re:Or, alternatively by LordLucless · · Score: 1

      They don't need to. When you don't offer end users any choices, comparisons are meaningless.

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
    25. Re: Or, alternatively by armanox · · Score: 1

      I am referring to the DC and Baltimore beltways (495 and 695, respectively)

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    26. Re:Or, alternatively by Zero__Kelvin · · Score: 1

      Since different phones from different manufacturers have different battery lives, what would that tell us? For the record, there is no over-clocking going on. They are CPU frequency throttling, which isn't the same thing. To overclock you need to use non-standard hardware. Also, battery life from one battery to the next, on the same phone running exactly the same software will differ. Your proposed test tell absolutely nothing from a benchmark/comparison standpoint.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    27. Re: Or, alternatively by Zero__Kelvin · · Score: 0

      I know, or at least I was 95% sure based on Google results. I am assuming your MPG varies due to traffic congestion.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    28. Re:Or, alternatively by kllrnohj · · Score: 1

      (The device clocks aren't increasing, the priority of the processes is changing.)

      This is why you don't comment on an article without reading it - you look stupid as a result.

      The clocks *ARE* being increased, and the device is being kept awake artificially regardless of work load.

    29. Re: Or, alternatively by armanox · · Score: 1

      Yes. Live just north of Baltimore. Previous job was a DOE contractor. Had a friend (female) that I used to see in Springfield, VA. Well versed in this area's traffic.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    30. Re:Or, alternatively by Anonymous Coward · · Score: 0

      The phone manufacturers should not be dicks.

      Stealing from Apple is wrong and should be dealt with in the courts.

    31. Re: Or, alternatively by Anonymous Coward · · Score: 0

      They are all bought and paid already. Samsung wants some return of their investment paid in "advertisement".

    32. Re:Or, alternatively by Anonymous Coward · · Score: 0

      On the contrary, the testers should just be bigger dicks. "We detected benchmark-specific optimizations in products #1, #2 and #3, so they all got zero points."

      They are all bought and paid already. Samsung wants some return of investment of their "advertisement".

    33. Re: Or, alternatively by OneAhead · · Score: 1

      Yes. Live just north of Baltimore. Previous job was a DOE contractor. Had a friend (female)

      Hold it right there! You almost had me. How much of your part of this discussion am I supposed to believe if you're making such outrageous claims?!

    34. Re: Or, alternatively by armanox · · Score: 1

      I said she was a friend, not a girlfriend....

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    35. Re: Or, alternatively by GrahamJ · · Score: 1

      Not only that but the 5S, at least, blows the doors off even most of the cheating scores.

  3. "Pretty Much All of Them" by Flavianoep · · Score: 1
    ...and some do it better than others.

    The article notes that Apple doesn't do any of the frequency gaming stuff.

    ...for the obvious reason that Apple is the only manufacturer of iOS compatible devices.

    --
    Linux is for people who don't mind RTFM.
    1. Re:"Pretty Much All of Them" by K.+S.+Kyosuke · · Score: 1

      They could still cheat on the comparisons of new and old devices. But yeah, they really don't need to. It's not like this would significantly change the demand.

      --
      Ezekiel 23:20
    2. Re:"Pretty Much All of Them" by Sockatume · · Score: 1

      What difference does that make?

      --
      No kidding!!! What do you say at this point?
    3. Re:"Pretty Much All of Them" by Sockatume · · Score: 1

      There are cross-platform benchmarks comparing performance across different phone OSes; it would be in Apple's best interests to cheat on those.

      --
      No kidding!!! What do you say at this point?
    4. Re:"Pretty Much All of Them" by Anonymous Coward · · Score: 0

      What difference does that make?

      The difference is that if one vendor of an Android device cheats, the Press and Apple fanboys can jump up and scream "OMFG ANDROID IZ CHEETZ THA SKORZ" even if every other Android vendor is "playing fair". (Not that I care, but you asked)

      The real problem isn't cheating on the benchmarks. The problem is the benchmarks are not an accurate reflection of what users are going to run on the hardware. If they were, then optimizing for benchmarks would have the secondary effect of optimizing real-world applications. But benchmarking software makes it easier for lazy tech writers to come up with some kind of ranking without actually, you know, reviewing and testing the device.

      Most people don't give a shit about theoretical performance, they care about actual performance in real-world scenarios. And benchmark applications aren't measuring real world performance.

    5. Re:"Pretty Much All of Them" by Sockatume · · Score: 1

      I was asking: what difference does it make that only Apple makes iOS devices, when those devices run the same benchmarks as anyone else?

      You seem to have answered another question entirely.

      --
      No kidding!!! What do you say at this point?
    6. Re:"Pretty Much All of Them" by Anonymous Coward · · Score: 0

      Nor have the Nexus line of products been found to do that

    7. Re:"Pretty Much All of Them" by Bill,+Shooter+of+Bul · · Score: 1

      Well, to answer your question, The difference is that Android manufactores compete with other Android manufactorers. There is more pressure to compete within the android ecosystem, than the Apple. Right now, most people decide Apple or Android, then choose the particular device within the ecosystem. That's where they would turn to a benchmark, if they were to use one at all. IMHO, they're stupid to use one at all because they don't measure real world performance.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    8. Re:"Pretty Much All of Them" by Sockatume · · Score: 1

      I dunno, for the areas where compute performance matters the most - i.e. games - I find that there's a lot of parity between the software ranges on Android and iOS, so there's a lot of reasons to compare across ecosystems. I'm an iOS owner now and I'm being swayed by the choice between a Nexus that's guaranteed to have top of the line specs and therefore a long gaming life ahead of it, or paying the same money for a rather crusty older-model iPhone.

      --
      No kidding!!! What do you say at this point?
    9. Re:"Pretty Much All of Them" by flimflammer · · Score: 4, Insightful

      No, not really. Comparing iOS and Android directly on performance is silly. They're two totally different ecosystems and hard performance numbers don't change much. That's like a typical user picking a Mac or Windows PC because one performs 5% better at random tasks, ignoring the fact that the offerings between each machine is radically different and pure performance numbers are only a tiny part of the whole picture.

      Apple has no reason to cheat because they have no competition that merits the risk of cheating on. It might have been a different story had iOS hardware been available from multiple vendors.

    10. Re:"Pretty Much All of Them" by triffid_98 · · Score: 3, Funny

      No, Apple already has that part down to a science.

      Step #1
      Hype new iPhone
      Step #2
      Release new iPhone
      Step #3
      Immediately release new iOS update.
      Step #4
      Watch existing iPhone users complain after the iOS update cripples older models.
      Step #5
      Laugh maniacally after existing iPhone users stand in lines waiting for new uncrippled iPhones.
      Step #6
      PROFIT

    11. Re: "Pretty Much All of Them" by Anonymous Coward · · Score: 0

      They cheat on the old/new devices by simply pushing out a new OS and refusing updates of the old. Plus, pushing app devs to always us the shiney-new API for app updates.

    12. Re:"Pretty Much All of Them" by jonesy16 · · Score: 1

      Why would it be "silly"? If the point of benchmarking is to compare "like" things, and the same game is written for both ecosystems, why wouldn't the concerned consumer want to know that game X runs 20% faster on device Y, regardless of whether device Y is android or iOS? The only people concerned with these benchmarks must be looking for that 5% difference. So if that's what they want, then knowing that another platform gets them that 5% should be just as important as knowing the performance spread among devices of the same OS.

    13. Re: "Pretty Much All of Them" by sl149q · · Score: 1

      IOS 7 runs on pretty much everything newer than the iPhone 3GS.

      iPhone 4 runs IOS7 (2010 design).

      iPhone 4S runs IOS7 (2011 design) and is still being sold.

      What 2011 Android phone runs the most current version of Android and is STILL being sold?

    14. Re: "Pretty Much All of Them" by triffid_98 · · Score: 1

      The problem isn't that Apple refuses to update old iPhones, the problem is that they will update old iPhones and cause them not to work very well due to inferior/missing hardware.

      In contrast, the 2011 Android phone isn't updated when a new device comes out, and... it continues to work exactly the way it did before the update.

    15. Re:"Pretty Much All of Them" by Sockatume · · Score: 1

      And yet, we see iPhone-Android benchmark comparisons quite frequently.

      --
      No kidding!!! What do you say at this point?
    16. Re:"Pretty Much All of Them" by Plumpaquatsch · · Score: 1

      What difference does that make?

      The difference is that if one vendor of an Android device cheats, the Press and Apple fanboys can jump up and scream "OMFG ANDROID IZ CHEETZ THA SKORZ" even if every other Android vendor is "playing fair".

      OMFG, are we now so far that even the headlines are too long to read?

      --
      Of course news about a fake are Fake News.
    17. Re: "Pretty Much All of Them" by GrahamJ · · Score: 1

      I'd agree for iOS 7 on the iPhone 4 but it runs really well on 4S+. On Android you're lucky to EVER get any update, even security patches.

  4. So net effect is a level playing field. by Anonymous Coward · · Score: 0

    Isn't that what "Well, they all do it" that we hear so often when anything else cherished is criticised (be it governmental spying, corporate malfeasance or electronics brand screwing customers) means in effect?

    The vendors are probably far more concerned with beating OTHER ANDROID sets, since performance between them is a deciding factor that can be "solved" with a single number, whereas comparing iOS performance to Android on a single value is as silly as comparing PPC and x86 on MHz.

    Moreover, the competition between each Android device is extreme, whereas you have a lock-in via incompatible applications between Android and, for example, iOS. Someone leaving iOS for merely performance gains would want 50%+ performance increase to leave even a few apps behind (e.g. even if all they lost was the iTunes integration, they'd want a HELL of a lot faster), and since the apps available and OS features on the various Android systems are near identical, if you're leaving a competing ecosystem for Android, any Android is good enough.

  5. And Apple by Anonymous Coward · · Score: 5, Informative

    With the exception of Motorola...

    And Apple. Apple and Motorola/Google are the only two companies that don't boost their devices for benchmark tests. If you're going to give credit to one, please do be fair and give credit to the other.

    I respect both of them for that level of integrity and I hope they stick to their guns and remain honest.

    I may be an Apple fanboy (and I am) but I'm really looking forward to seeing what Motorola starts releasing in about a year once Google's able to, as they said, flush things out of the system and start releasing truly Google-designed products.

    1. Re:And Apple by Anonymous Coward · · Score: 3, Interesting

      Posting anonymously since I'm a motoroogle employee... you'll be disappointed. I certainly am. At this point, I expect google to shut us down or spin us off.

    2. Re:And Apple by R.Mo_Robert · · Score: 1

      With the exception of Motorola...

      And Apple. [...] If you're going to give credit to one, please do be fair and give credit to the other.

      They did, and it's in the summary. You didn't even have to read TFA. Additionally, the headline narrows this down to Android OEMs, so that's why Apple was excluded from the discussion until the very end.

      The article notes that Apple doesn't do any of the frequency gaming stuff.

      --
      R.Mo
    3. Re:And Apple by h4rr4r · · Score: 3, Insightful

      I fear Motorola is dead.

      The Moto X was supposed to be a device with high amounts of post Google input. It is a high priced mediocre mid range device. They still cater to carriers unlike Apple. They need to compete with the 5S, One X and S4. Instead they are competing with last years product.

      Moto needs to copy Apple in some things. Make 1 main device, sell the old one or a cheaper version as well. Max 2-3 devices. Refresh them once a year. This lets third parties make all kinds of doodads for the device. Put them on all carriers and update them at the same time. If need be get the FCC to lean on Verizon's C block requirements. Other than that, unlock the bootloaders and make donations of devices to the popular mod groups. Most users will never care, but the PR among the tech crowd would be huge and they influence other buyers.

    4. Re:And Apple by Dixie_Flatline · · Score: 5, Interesting

      It's not a mid-range device. It's only mid-range if you look at the spec sheet and nothing else. Its (non-gamed) benchmarks are actually pretty good for all this talk of 'mid-range'. They did the same thing Apple did and tried to balance out performance with battery life. They didn't put the biggest screen in it, and they have optimised silicon to listen for commands without keeping the CPU on all the time.

      Specs aren't the war that anyone should be trying to win in the mobile space. That kind of thinking is why there are phones that only last half the day.

    5. Re:And Apple by Anonymous Coward · · Score: 0

      [...] And Apple [...]

      Quoth the Blurb:

      a detailed analysis of the state of benchmark cheating amongst Android OEMs. With the exception of Motorola [...]

      Ah, Apple now an "Android OEM"?

      I may be an Apple fanboy (and I am)

      Thougt so. Reality distortion field seems to impair reading comprehension.

    6. Re:And Apple by Anonymous Coward · · Score: 1

      I did read the article. I just don't understand why mentioning Apple was a footnote thought. The article is about how virtually every OEM inflates their scores, except Motorola and Apple. That's how it should be presented. Presenting it the way it was implants the thought that, as I quoted, "with the exception of Motorola..." and that's not accurate. It's "with the exception of Motorola and Apple..."

      You know, had the summary been written "With the exception of Apple..." with a little footnote "oh, and Motorola doesn't do it as well" at the end, people would claim the summary was biased and complain so, sorry, expect the same when it's done the other way.

      I may be an Apple fanboy, and I am, but I'm more interested in fair and unbiased coverage of news than anything else. Fair and unbiased means "with the exception of Motorola and Apple..."

      Yes, yes. I must be new here what with wanting fair and unbiased Trust me, however, I'm not - I'm not logging in because I'm at work but I've been around Slashdot for many, many, many years. I know what the site is - I just wish it was better...

    7. Re:And Apple by sl4shd0rk · · Score: 0

      And Apple.

      Apple is not the exception. They just fudge the numbers in a different way. Really, they're all bastards though and I don't trust them any further than I can throw them.

      --
      Join the Slashcott! Feb 10 thru Feb 17!
    8. Re:And Apple by Anonymous Coward · · Score: 0

      And Sony?

    9. Re:And Apple by JanneM · · Score: 3, Interesting

      I've heard a number of people I trust comment on how the Moto X just feels really good in the hand and how the screen and size is just right. So the phone is certainly not bad at all, and most of us don't actually buy the high-end phones any more than we buy the high-end cars or bikes. A really good mid-range phone is exactly what I want; I'm already making calf-eyes toward the coming Sony Z1 Mini.

      What's hurting Motorola for me, personally, is that it's simply not on sale in most of the world, and seems unlikely to ever be. It's not just about being able to get it where I live, but having a phone designed from the start to be usable in all major regions of the world as I travel.

      --
      Trust the Computer. The Computer is your friend.
    10. Re:And Apple by king+neckbeard · · Score: 3, Informative

      Perhaps you should take a refresher course on reading comprehension. The first sentence mentions that Android OEMs were analyzed. Apple is not an Android OEM, so they were not included at that point.

      --
      This is my signature. There are many like it, but this one is mine.
    11. Re:And Apple by Sockatume · · Score: 1

      It's funny that the number of iPhones those analysts claim Apple really sold, is exactly the same as the amount of iPhones they blind-ass-guessed would sell before the sales figures came out. It's almost like they were trying to defend their original estimates and therefore their reputations as analysts.

      --
      No kidding!!! What do you say at this point?
    12. Re:And Apple by Anonymous Coward · · Score: 0, Funny

      And Apple. Apple and Motorola/Google are the only two companies that don't boost their devices for benchmark tests. If you're going to give credit to one, please do be fair and give credit to the other.

      Why, there is no point whatsoever to include Apple in a test. They aren't competing for the same market.
      People who buys an iPhone doesn't read a test and considers to buy an Android. Possibly they read a couple of tests to rationalize their purchase but the main selling point for iPhone is still the brand, not the performance.

    13. Re:And Apple by gaiageek · · Score: 1

      Posting anonymously since I'm a motoroogle employee... you'll be disappointed. I certainly am. At this point, I expect google to shut us down or spin us off.

      Care to elaborate on why we'll be disappointed? I ask because this thread is focused on (perceived) performance of smartphones, and I know Motorola caught some criticism for not giving the Moto X better silicon to compete with other flagships, but personally, I think their tactic is pretty smart: focusing on functionality for the average user instead of performance capabilities which most people don't care about. I'd actually consider buying a Moto X if it weren't for the non-removable battery (deal breaker for me).

    14. Re:And Apple by h4rr4r · · Score: 1

      It is a mid range device if you hold one. Go get one and tell me it is not a midrange device.

      I am not suggesting chasing specs, I am suggesting building a premium device.

    15. Re:And Apple by Anonymous Coward · · Score: 0

      And Apple. Apple and Motorola/Google are the only two companies that don't boost their devices for benchmark tests. If you're going to give credit to one, please do be fair and give credit to the other.

      Apple is not an Android vendor.

    16. Re:And Apple by Anonymous Coward · · Score: 0

      Too bad they actually release those numbers at the end of the quarter. Usually makes the analysts ignore what they said at the beginning and say that Apple didn't ship enough.

      Unlike, say, Samsung.

    17. Re: And Apple by Anonymous Coward · · Score: 0

      But maybe some people buy Android phones instead of iPhones because they believe the (cheat) benchmarks, thinking that they get a much better deal than they actually get.

    18. Re:And Apple by Anonymous Coward · · Score: 0

      The article is about how virtually every OEM inflates their scores

      No, it's about how virtually every ANDROID oem inflates the scores. Apple doesn't release self-competing products, there's no need to game the benchmarks to make them look better than other Apple products.

      That's how it should be presented.

      The article only mentions Apple ONCE in entire story. And they do NOT claim that Apple does not optimize for benchmarks, they claim that Apple does not perform ONE specific type of optimization.
      So NO, that's not how this should be presented.

      I may be an Apple fanboy, and I am, but I'm more interested in fair and unbiased coverage of news than anything else

      The only bias is on your part.

    19. Re:And Apple by Karlt1 · · Score: 3, Insightful

      Apple is not the exception. They just fudge the numbers in a different way. Really, they're all bastards though and I don't trust them any further than I can throw them.

      And a little deeper analysis will show....

      a) Apple accounted for numbers the same way they always did.
      b) Apple does not count phones as sold if they are still in Apple Stores inventories.
      c) If Apple were channel stuffing, phones would readily be available at carriers.

      The fact is that the "analyst" were wrong and are trying to cover their tails.

      Do you really believe that there is not enough of a demand in the launch countries to sale 9 million phones in one weekend?

      Do you think that Apple will be forced to take a write down (like MS and BlackBerry) for unsold inventory in the channel?

    20. Re:And Apple by Anonymous Coward · · Score: 0

      Fuck Motorola. I admired them back when I was using a 68020 in my Amiga, but those days are long gone. My first Android phone was the Motorola M600 (aka Backflip). Hardware wise the phone was OK, but Motorola's software was total shit. The phone would suddenly become sluggish and slow. Turns out the SMS messaging app would run in the background and consume a constant 20~40% CPU time. Even if you installed a 3rd party SMS app, the bastard would still spawn mysteriously in the background and start hogging the CPU. As if that wasn't bad enough, over time the phone's dialer would become slow. We're talking about a 45 to 60 second delay between hitting "call" and the phone actually deciding to dial out. So, to hell with Motorola. My last 2 phones were made by LG. No major problems like Motorola gave me. I've had six people ask me to recommend a phone and I ALWAYS share my Motorola horror story with them.

    21. Re:And Apple by Dixie_Flatline · · Score: 2

      It can't be worse than the Samsung's I've handled. And the HTC One is premium and beautiful, but that doesn't seem to be working out.

      I will accept that you personally are calling it a mid-range device on the build quality alone, but so much of the commentary has focussed on how it has 'mid-range specs' and is overpriced for the screen/CPU/GPU that's in there.

      There are trade-offs to be had. iPhones are top-tier devices, but they've got smaller screens than the top-tier Android phones. The S4 is a plasticky top-tier device with a big screen and a whole bunch of useless software features. Given these things, I'm not convinced the Moto X (and I admit, I haven't sat down and played with one) deserves its mid-tier accusations.

    22. Re:And Apple by UnknowingFool · · Score: 1

      So Apple is reporting sales after an opening weekend like they always have done in the same manner as everyone else? And the alternative would be? Unless Apple (and any other manufacturer) can get real time sales figures from their retailers, they can only report shipped. End of quarter numbers are different. Apple does report actual sales as there is enough time to get these numbers from their retailers.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    23. Re:And Apple by h4rr4r · · Score: 1

      The One is a really nice device. If they would kill SenseUI already it would be the best Android device on the market.

      Not only build quality but some specs matter, think less about things like resolution and more about how accurate colors are or the white balance on the device is. Pentile vs RGB IPS is a good example of this sort of thing.

      The S4 might have a lot of plastic, but it makes it rather durable. They should have had the S4 Active as the only model. Instead they made that AT&T exclusive. It is not only less plasticy but also has some water resistance.

      iPhones have gotten bigger and I think they might do so again. A slightly larger device has advantages, especially in markets outside the West. Not only due to income meaning some folks will want a large phones vs buying a smaller one and a tablet but because of the belief that a large phone makes your face look smaller. Which is what is selling many of these huge devices in Asia.

    24. Re:And Apple by Anonymous Coward · · Score: 0

      I don't know how Apple could 'sale' any iPhones...It's not a verb.

    25. Re:And Apple by aristotle-dude · · Score: 1
      So you have a bunch of brits complaining about the iPhone 3G not being fast on their slow networks? The retina display, when held at a normal viewing distance by the average person has a pixel density that makes it appear as those there are no pixels composing the glyph of a font. That is a statement of fact.

      I'm not going to bother to follow the rest of your links sorry.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    26. Re:And Apple by aarroneous · · Score: 1

      Apple reports sales after their opening weekend like they've always done, however, it is in a manner DIFFERENT from everyone else. Everyone else indeed counts total shipped, whereas Apple has always reported total sold. Apple's largest retailer happens to be... Apple. I think they have a very good handle of what they sold themselves.

    27. Re:And Apple by UnknowingFool · · Score: 1

      In years previous, shipped == sold because the new iPhone was sold out everywhere. This year the 5S appeared to be sold out but the 5C is not.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    28. Re:And Apple by Trillian_1138 · · Score: 3, Interesting

      Just picked up a Moto X to replace my aging Galaxy Nexus. I'm on Verizon, which makes me skeptical I'll see another Nexus phone anytime soon. I like the near-stock Moto X setup, and the little tweaks (active notifications, touchless control, etc) are pretty fun. It's a pretty great phone, and I hope it helps boost Motorola in the Android world. I do think they priced it too high (although I still bought it, so take that as you will..) but I highly recommend the phone to anyone who plays the occasional, not to graphic-intensive games, wants their phone to be quick and responsive, likes stock Android, etc. It's an awesome phone.

    29. Re:And Apple by Anonymous Coward · · Score: 0

      Different anon here... but if what you say is true, why even bring Apple up? And another thing... why would they have any benchmarks? Who are they comparing against? I can't name one person that bought Apple for benchmark/performance reasons.

    30. Re:And Apple by psithurism · · Score: 1

      Good point, the article should have congratulated all the companies that were not caught cheating on android performance tests:

      Microsoft,
      Walmart,
      Berkshire-Hathaway,
      Lockheed Martin,
      that "self employed" beggar across the street,
      Burger King,
      Ford Motor Company, ...

      That could take awhile actually, lets just congratulate the company you're a fan-boy of then shall we?

    31. Re:And Apple by Anonymous Coward · · Score: 0

      It is important to point that the Nexus line does not boost any devices. It is made by multiple companies including Samsung.

    32. Re:And Apple by Anonymous Coward · · Score: 0

      ... and as someone else working for the same company, I can guarantee that the parent post is a complete lie, likely from an Apple fanboy/employee/investor. There's some breathtaking stuff down the line.

    33. Re:And Apple by TrueSpeed · · Score: 1

      Posting anonymously since I'm a motoroogle employee... you'll be disappointed. I certainly am. At this point, I expect google to shut us down or spin us off.

      I'm sure if you trace his IP (with a GUI written in VB, of course) you'll find that it originated from a basement.

    34. Re:And Apple by samwichse · · Score: 1
    35. Re:And Apple by h4rr4r · · Score: 1

      If it worked properly on T-mobile that would be better.
      I am still considering it though.

  6. Probably wont get better by stewsters · · Score: 0

    "I can't stress enough that it would be far less painful for the OEMs to just stop this nonsense"
    Ever buy a hard drive? Was it really as many gigabytes as it was advertised? These things tend not to get any better once a precedent has been set, even if it is wrong.

    1. Re:Probably wont get better by h4rr4r · · Score: 3, Insightful

      They started that game long before you could get 1 GB hard drives.

    2. Re:Probably wont get better by serviscope_minor · · Score: 1

      Was it really as many gigabytes as it was advertised?

      Yep.

      You're not confusing gigabytes with gibibytes are you?

      The only people who ever used powers of 1024 were RAM manufacturers since it makes sense there.

      Do you also complain that 100mbit ethernet is not 100*1024*1024 bits per second?

      --
      SJW n. One who posts facts.
    3. Re:Probably wont get better by Anonymous Coward · · Score: 0

      GiB != GB. That's where the discrepancy lies. In fact, I'm pretty sure OS X switched to GiB measure for disk usage instead of GB. Besides, you always see a full disclosure of "1GB = 1000000000 bytes" or something of the like.

    4. Re:Probably wont get better by stewsters · · Score: 1

      Yes. Yes I do.

    5. Re:Probably wont get better by KiloByte · · Score: 1

      Do you also complain that 100mbit ethernet is not 100*1024*1024 bits per second?

      My ISP, as sucky as it is, doesn't cheat here. Heck, it's only disk manufacturers who routinely do.

      You don't change an unit in wide use for more than six decades just because some committee feels they don't get enough attention.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    6. Re:Probably wont get better by Sockatume · · Score: 1, Informative

      The discrepancy is deliberate. For a long, long time drive capacity was quoted in the same units that the computer used for storage: binary SI prefixes, not decimal ones. The change to "1 megabyte = 1 million bytes" didn't set in until the 2000s.

      Kudos to Apple for making their specs and their OS use consistent units, but it's still a marketing bullshit decision.

      --
      No kidding!!! What do you say at this point?
    7. Re:Probably wont get better by zieroh · · Score: 1

      The only people who ever used powers of 1024 were RAM manufacturers since it makes sense there.

      Well, them and every software engineer on the planet.

      (Yes, I think in K. And yes, I will continue to define 1k as 1024, no matter how many pedantic monkeys object)

      --
      People who say "sheeple" have about as much sophistication as an AOL user, and in fact are probably actually AOL users.
    8. Re:Probably wont get better by UnknownSoldier · · Score: 1

      Considering that hard disk sectors have ALWAYS been a power-of-2 even though the encoding of them may not, using a power of 10 was pure marketing bullshit.

      > You're not confusing gigabytes with gibibytes are you?
      That stupid term was invented years after the fact of common usage. You can piss off with that retarded term.

      > Do you also complain that 100mbit ethernet is not 100*1024*1024 bits per second?
      That includes meta-data such as parity, error detecting, etc. There is NO confusion because it has always been "How many bits can I send over the wire reliably knowing full well that I'm going to get LESS then N/8 bytes out."

    9. Re:Probably wont get better by Anonymous Coward · · Score: 0

      How many bytes did a 1.44 MB floppy disk hold, again?

      "six decades", give me a break. Look, just because once upon a time some software developer decided to use bit shifting instead of integer division to read out file sizes hardly means that a kilometer is 1024 meters.

    10. Re:Probably wont get better by Anonymous Coward · · Score: 0

      You're not confusing gigabytes with gibibytes are you?

      No. The"binary prefix" was only standardized in 1998, partly as an after the facts justification, because the use of powers of 10 for describing hard drive sizes had become rampant.

      Since long before that time the convention for storage was to use the metric prefixes to mean 2^10 (kilo), 2^20 (mega), etc. This is why many operating systems still use this convention.

      I think it was Kalok who came up with the idea to switch to the metric meaning of the prefixes, without telling the customers of course, as a marketing ploy. (Their marketing department was as morally corrupt as their products where technically inferior.) Obviously the other manufacturers quickly followed.

    11. Re:Probably wont get better by Anonymous Coward · · Score: 0

      Besides, you always see a full disclosure of "1GB = 1000000000 bytes" or something of the like.

      Incorrect. You ALWAYS see that disclosure NOW, but most manufacturers were NOT including that disclosure back in the early 2000s and prior. It only became universal after the Cho vs Seagate class action lawsuit.

    12. Re:Probably wont get better by Anonymous Coward · · Score: 0

      The only people who ever used powers of 1024

      Nobody used powers of 1024, they are powers of 2. 2 raised to the 10th power is 1024.

      You're not confusing gigabytes with gibibytes are you?

      Almost nobody uses that terminology, it's pointless. The MB (mega byte) prefix, (as well as Kb, KB, Mb, Gb, GB, etc.) already indicates that you're using base 2, not base 10. The international metric standard ONLY applies to base 10. Thus, 1024 bits IS INDEED equivalent to 1 Kb (or 1 Kilobit)... but if you are going to express that in metric which is base 10, it's 1.024 kilo bits but NEVER "1.024 Kb". (For clarification, notice that in base two it's "Kilobit" but in base 10 it's "kilo bit")

      The problem with simply inventing a new term (bibi) for base 2 is that you now have to come up with a new one for any other base which becomes popular. Which is a large part of why nobody adopted it. The other reason is because it sounds stupid, and looks stupid.

  7. CPU Benchmark Shenanigans ROI?? by Anonymous Coward · · Score: 2, Informative

    'The hilarious part of all of this is we’re still talking about small gains in performance.'

    The even more hilarious part is that OEMs are going to the trouble to do this when CPU benchmark scores are a very small factor in the decision of most consumers to buy these phones. I doubt that the ROI is higher than say, oh, improving the user experience of the GUI or call QoS.

    1. Re:CPU Benchmark Shenanigans ROI?? by Anonymous Coward · · Score: 0

      yeah - but those things are *hard*

  8. Cheating or just gaming the benchmark? by kaalon · · Score: 1

    Not convinced that it is cheating. For cheating I would have expected to see some evidence of not running a part of the benchmark to get a higher score. But here it looks just to be the OEMs trying to modify the power consumption to game the score. Heh, with that said I guess it is a little swarmy that all of them took the time to change from the default settings just for a bump in the ratings.

    1. Re:Cheating or just gaming the benchmark? by Sockatume · · Score: 1

      I'm not sure that your argument makes any sense.

      "You cheated. You copied the answer key."

      "I did the whole test, though!"

      --
      No kidding!!! What do you say at this point?
    2. Re:Cheating or just gaming the benchmark? by DJRumpy · · Score: 2

      You do realize that this is a battery operated device, and that such 'tweaking' dramatically impacts that battery life. Couple that with them not reporting the actual battery life while running the GPU/CPU coverclocked, and you are essentially lying out of you eye teeth.

    3. Re:Cheating or just gaming the benchmark? by zieroh · · Score: 1

      The key fact is that none of the other applications get to run under those conditions (though Samsung gets squishy on this point) and so the cheated benchmark ends up representing an unrealistic performance level.

      --
      People who say "sheeple" have about as much sophistication as an AOL user, and in fact are probably actually AOL users.
    4. Re:Cheating or just gaming the benchmark? by kaalon · · Score: 1

      Thanks, I agree with that. Cheating it is.

    5. Re:Cheating or just gaming the benchmark? by kaalon · · Score: 1

      Yeah that is the swarmy part. I agree cheating it is.

    6. Re:Cheating or just gaming the benchmark? by dj245 · · Score: 2

      You do realize that this is a battery operated device, and that such 'tweaking' dramatically impacts that battery life. Couple that with them not reporting the actual battery life while running the GPU/CPU coverclocked, and you are essentially lying out of you eye teeth.

      This may not be as straightforward as you think- when batteries are cold, they have a different "extractable" capacity compared to when they are hot. Running the CPU/GPU at full tilt is going to warm up the battery. It is kind of a guess as to how much is actually left in there, which could easily explain this.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  9. Not cheating by Anonymous Coward · · Score: 0

    I don't consider this to be cheating at all.
    It is not possible to create silicon where the best combination of power efficiency and performance is reached with maximum clocks.
    For this reason, the phones usually run with clocks smaller than maximum. This'll provide users with performance they want.
    In benchmarks and few games, it is essential to do the best phone can do instead of merely what is gotten in "optimal battery usage mode".
    It has to be understood that average game (like Angry Birds) does not benefit for last 10% of performance, thus usually it make much more sense to keep maximum power off.
    But, when user is benchmarking platform they are really interested in the best platform can do.
    (However, if benchmark overclocks then it is wrong, but anything within nominal clocks should be viewed as fine.)
     

    1. Re:Not cheating by Sockatume · · Score: 1, Informative

      The performance quoted simply is not available to apps that are not on a whitelist of benchmark applications. It literally does not represent any part of the phone's non-benchmarking performance.

      --
      No kidding!!! What do you say at this point?
    2. Re:Not cheating by MachineShedFred · · Score: 1

      So it's not cheating to detect when a specific benchmark app is running, and then clock the device to a setting that in no way will ever be set when not running those specific benchmark apps.

      Okay. I guess it's not cheating to pump yourself full of steroids right before the start of a professional baseball season either.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  10. Hilarious... by Savage-Rabbit · · Score: 3, Insightful

    The hilarious part of all of this is we’re still talking about small gains in performance.

    The hilarious part of all this is that most people really don't give a rat's as about performance when selecting a phone or even a tablet. The criteria are things like: how does it handle? How intuitive is the UI? Can I watch my favorite online video feeds on this thing? Are any buttons in annoying palaces? What's the price? Does this thing have software to view and edit MS Office files I get sent by mail? The only performance tests these smartphone and tablet things usually get is playing around with a display example in the shop and seeing if the UI is nice and snappy. Nobody excepts tech nerds gives a rats ass that a Samsun Galaxy 4 get a few more FPS in Modern Combat than an iPhone 5.

    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
    1. Re:Hilarious... by Sockatume · · Score: 1

      Nobody cares about the benchmarks quantitatively, but when you're putting down something like $700 on a computing device getting something that's "the fastest" is a big driver of decisions. I'm sure that guaranteeing a bunch of "Samsung Galaxy blah takes performance crown from Apple iPhone whatevs" stories in the tech press on the basis of a 0.5% difference in the Zootybench score is exactly why Samsung does this crap.

      --
      No kidding!!! What do you say at this point?
    2. Re:Hilarious... by coolsnowmen · · Score: 2

      I might not care as much about performance as I care about battery life, and a rating of that is performance/Watt.

    3. Re:Hilarious... by tompaulco · · Score: 1

      The hilarious part of all this is that most people really don't give a rat's as about performance when selecting a phone or even a tablet. The criteria are things like: how does it handle? How intuitive is the UI? Can I watch my favorite online video feeds on this thing? Are any buttons in annoying palaces? What's the price? Does this thing have software to view and edit MS Office files I get sent by mail? The only performance tests these smartphone and tablet things usually get is playing around with a display example in the shop and seeing if the UI is nice and snappy. Nobody excepts tech nerds gives a rats ass that a Samsun Galaxy 4 get a few more FPS in Modern Combat than an iPhone 5.

      Don't forget "Does it start with an 'i'". For some people that is the strongest factor. And it could be a plus or a minus factor.

      --
      If you are not allowed to question your government then the government has answered your question.
    4. Re:Hilarious... by the_humeister · · Score: 2

      Here are some tests I've done on my devices compiling Povray 3.6 (single threaded) and rendering the benchmark scene. I was rather surprised that my new Nexus 4 (Qualcomm S4) is slower per core than my SGS II (Samsung Exynos 4). Yet the Nexus 4 doesn't feel any slower and is my main phone now due to the larger and higher resolution screen.


      Athlon II x4 (2.8 GHz): 179.82 pps ; 64.22 pps/GHz
      Exynos 5 (1.7 GHz): 77.36 pps ; 45.51 pps/GHz (-mfloat-abi=hard -mcpu=cortex-a9 -mthumb -mthumb-interwork)
      PowerPC 750 (700 MHz): 20.47 pps ; 29.25 pps/GHz

      Exynos 4210 (1.2 GHz): 29.90 pps ; 24.91 pps/GHz (-mfloat-abi=hard)
      Pentium 4m (1.5 GHz): 36.24 pps ; 24.16 pps/GHz
      S4 Pro APQ8064 (1.5 GHz): 31.81 pps ; 21.20 pps/GHz (-mfoat-abi=hard -mcpu=cortex-a15)
      Atom N270 (1.6 GHz): 28.96 pps ; 18.10 pps/GHz

      Unfortunately can't post all the data I have because this site thinks there're too many 'junk' characters already...

    5. Re:Hilarious... by TheSkepticalOptimist · · Score: 1

      Naw, I would argue that having the fastest phone was only a deciding factor when Apple started boasting about their new 64bit CPU in the iPhone 5s. Prior to this month the average consumer would not even know or care if their phone had 1, 2 or 4 cores or how many goggleflops it was able to perform.

      Apple decided the only way they can differentiate their iPhone 5s amidst all the comments that they are no longer innovative is to create a competitive market based on useless CPU performance numbers, just like what Apple did with Retina displays. Before Retina, nobody cared about pixel density. Before A7, nobody cared about CPU performance or its bittyness. Before the iPhone 5s camera, nobody cared about the size of the CCD pixel on their phone camera.

      Apple creates these vapid competitive advantages and then the consumers latch on to them and, unfortunately, the competitors feel the need to have to follow suit.

      --
      I haven't thought of anything clever to put here, but then again most of you haven't either.
    6. Re:Hilarious... by Savage-Rabbit · · Score: 3, Insightful

      Apple decided the only way they can differentiate their iPhone 5s amidst all the comments that they are no longer innovative is to create a competitive market based on useless CPU performance numbers, just like what Apple did with Retina displays. Before Retina, nobody cared about pixel density. Before A7, nobody cared about CPU performance or its bittyness. Before the iPhone 5s camera, nobody cared about the size of the CCD pixel on their phone camera.

      Dude, It's not that long ago that articles like this slashvertisment were plastered all over the web accompanied by comments filled with enthusiastic boasts by hoards of Android fans detailing how iPhone performance sucks ass. Even if blisteringly fast benchmark performance is pretty low down on the list of most people out to buy a smartphone I still can't fault Apple for trying to put a sock in the collective mouth of the Android community. There is a certain personal satisfaction to be had from making the choir of hard core Android fans shut up about benchmarks until Samsung comes up with a still faster device (hopefully free of benchmark cheating this time) even if the customers will probably hardly notice this stupid pissing contest.

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow
    7. Re:Hilarious... by Savage-Rabbit · · Score: 1

      I might not care as much about performance as I care about battery life, and a rating of that is performance/Watt.

      Ditto, that's probably the only part of a benchmark test that I really care about.

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow
    8. Re:Hilarious... by Anonymous Coward · · Score: 0

      Dumb fuck geeks. The tech web is wall to wall geeks touting Android phone specs, but when they are shown to be shit, it's all "Oh, no one cares about specs." Geeks are walking encyclopedias of personality disorders and despicable filth.

    9. Re:Hilarious... by Anonymous Coward · · Score: 0

      Oh, so no nobody cares??? Bullsh!t. If Apple pulled this stunt, you guys would be first wanting Apple burned and crucified. But hey, it's Android phones. You already have low expectations, so why expect anything better?

      Hypocrites. You're sipping koolaid so much, you're mistaking int for water.

    10. Re:Hilarious... by Anonymous Coward · · Score: 0

      I hate when my buttons hang out in annoying palaces, the guards wont even let me in to push it.

    11. Re:Hilarious... by samwichse · · Score: 1

      My guess would be because the GPU is significantly better in the Nexus 4, along with twice the RAM, and I heard that Google went to some trouble to source the fastest flash memory for it.

  11. Re:I got a bridge to sell, cheap by Sockatume · · Score: 1

    Yes, I'm sure it's all lies where it conflicts with $priorbeliefs.

    --
    No kidding!!! What do you say at this point?
  12. Easy! by Anonymous Coward · · Score: 0

    Let's call for generalizing Phoronix Test Suite on mobile devices as well...

  13. The best part by aitikin · · Score: 3, Funny

    Is that the table is titled "I Can't Believe I Have to Make This Table". Made me smile.

    --
    "Don't meddle in the affairs of a patent dragon, for thou art tasty and good with ketchup." ~ohcrapitssteve
  14. If you measure it, it gets better by tompaulco · · Score: 4, Insightful

    If you measure it, it gets better. Nobody ever stops to think why. They mostly just think they are good managers. But in fact, if you create a measuring tool to measure qualities of a device, the manufacturers will work to make that measurement better. If you make a measurement to determine how your employees are performing, they will perform better according to that measurement. That's just the way it works.
    You can't measure everything, so you're best bet is to try to keep the measurement methods secret and change them frequently. Unless, of course, your measurements are intended to improve a particular area, then by all means, measure on.

    --
    If you are not allowed to question your government then the government has answered your question.
  15. Re:I got a bridge to sell, cheap by UnknowingFool · · Score: 1

    This is somewhat reminiscent of the MHz wars. The OEMs use all the same OS and they feel they have to distinguish themselves in some way. Except for Samsung, Apple, and Motorola, these OEMs buy their processors from someone else.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  16. Wrong, they are boosting clock speed above normal by SuperKendall · · Score: 2, Informative

    I was under the impression that what they were doing was ensuring that the clock speed was running at full, not slowed down for power saving, etc.

    No. They are running at a clock speed that no real application will see under any circumstance, either the GPU or CPU cock increased.

    It is within what the parts are rated for but not what the device was built to run at normally.

    I assume some games and other applications also force the processor to full

    There is no way to build a game on Android that can run at the speed the benchmarks are getting run at on each of the devices "cheating".

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  17. Re:Wrong, they are boosting clock speed above norm by drerwk · · Score: 1

    There is no way to build a game on Android that can run at the speed the benchmarks are getting run at on each of the devices "cheating".

    What happens if you name your game to match the benchmark that the phone is looking for?

  18. Re:Wrong, they are boosting clock speed above norm by Nerdfest · · Score: 1

    Thanks, as I said, I was under the impression they were just ensuring it was not reduced. If there's no way an app could get the same speed then it is most definitely cheating. I'm surprised they don't overclock. If you're going to cheat you might as well do it right.

  19. Re:Wrong, they are boosting clock speed above norm by Sockatume · · Score: 0

    Given that the devices are operating outside their normal thermal performance envelope, probably it runs for about as long as it takes to do a few benchmarks then the device shuts down from overheating.

    --
    No kidding!!! What do you say at this point?
  20. Re:Wrong, they are boosting clock speed above norm by Anonymous Coward · · Score: 2, Informative

    No, he was right. The phones CAN and DO reach that clock speed. Read the AnandTech article. The graph of CPU speed shows it quite clearly.

  21. Meh. by DarthVain · · Score: 1

    This has been going on since benchmarks were a thing. So a long time.

    GPU in particular had a bad rep for this. However they actually got the benchmark software altered!

    Simply checking for a process name and OC, isn't exactly all that sneaky. Maybe a bit unethical, but still. Whoever is running the benchmark could easily check for that. Of course it depends on how closed down the OS is for inspection also.

    1. Re:Meh. by SuiteSisterMary · · Score: 1

      quack3.exe

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  22. Re:Wrong, they are boosting clock speed above norm by ifiwereasculptor · · Score: 4, Funny

    either the GPU or CPU cock increased.

    Whoa, can cell phones do that now? I hold these things to my ear, for Christ's sake!

  23. Mechanical Turk Benchmarks by swb · · Score: 2

    Instead of automated benchmarks of hardware, why not real world human benchmarking where a group of people is given a set of tasks to do on a given cell phone platform and see who can do them faster?

    Automated technical benchmarks make sense when the workloads more or less approximate the benchmark -- video gaming, 3D modeling, disk throughput, etc.

    But unless I'm living totally in the dark, most people aren't buying cell phones oriented towards single-task performance (eg, gaming). They get used for many tasks and the fact that I can run some obscure CPU task faster than some other model doesn't tell me if it makes it faster to open an app, etc.

  24. Apple does not need to lie. by codepunk · · Score: 1

    Native Code Execution, it runs as fast as it is going to run.

    --


    Got Code?
  25. You just said why it's silly. by Anonymous Coward · · Score: 0

    " the point of benchmarking is to compare "like" things"

    THE TWO THINGS ARE NOT ALIKE.

    Get it?

    iOS not like Android.

  26. Re:Wrong, they are boosting clock speed above norm by Dogtanian · · Score: 1

    either the GPU or CPU cock increased.

    Whoa, can cell phones do that now? I hold these things to my ear, for Christ's sake!

    Yeah, they'll f**k your brains out... literally.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  27. Re:Wrong, they are boosting clock speed above norm by DMUTPeregrine · · Score: 1

    Overclocking rooted Android phones has been around for some time. SetCPU is a popular app for it, and many custom roms have a built-in way to control clock speeds and governors.

    --
    Not a sentence!
  28. Re:Wrong, they are boosting clock speed above norm by DMUTPeregrine · · Score: 1

    aaand I missed the typo.

    That said, given the internet I'm sure someone has "overcocked" their phone, and stuck it in their ear. Probably in Japan.

    --
    Not a sentence!
  29. Mea Culpa by Zero__Kelvin · · Score: 0

    I'd say you must be knew here, but it seems too easy with your SlashID ;-) My mistake was that I believed the first poster that said they were overclocking. I did a ctrl-f for overclocking to read about it, and then from there, jumped to the wrong conclusion that they were improving performance using the technique a Linux professional would likely use. My mistake would have been not reading the article, except I simply don't care all that much. If they were overclocking then that would have been interesting.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  30. Re:More Proof Fuckle Assdroid Sucks by Anonymous Coward · · Score: 0

    Aww, are you frustrated you little shit stain?

  31. Re:Wrong, they are boosting clock speed above norm by antdude · · Score: 1

    Mmm, cooked roosters. I wonder how they taste compared to female chickens.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  32. Nothing new here, move along by hazydave · · Score: 1

    GPU companies have been cheating on benchmarks for decades. Back in the PCI and AGP days, it was just pretty much expected that graphics cards would include a hack to lock themselves on the shared bus for as long as they felt they needed. Sure, this wasn't benchmark specific, but it was also destructive -- it killed the realtime performance of your PC. Specifically in those days, audio workstation software was broken by these hacks... leading a bunch of counter-hacks necessary to defeat these (and sure, the occasional GPU company savvy enough to offer a non-broken version of the driver online).

    And then there was the Intel C compiler.. the one that basically had a "detect Dhrystone" function. And over the years, a whole series of cheats that either made AMD look bad or Intel amazingly good... enough to be much of the meat of AMD's suit against Intel in 2005... which lead to a court order for Intel to stop their compiler producing code that intentionally ran slower on non-Intel chips. And more recently with Intel's AnTuTu cheat, making Intel smartphones look magically better than AMD.. but only on that one benchmark.

    And of course, nVidia. nVidia's been cheating at benchmarks for years... though at least some of that came in response to AMD/ATi getting caught cheaping on Quake 3 performance. And recently, too... earlier this year, they had a driver that detected 3DMark (and perhaps other benchmarks) and cheated, by switching to custom PHYSX code rather than running the DLL everyone else runs. And the various cheats on benchmarks for Tegra 2 and Tegra 3 SOCs.

    I mean, this is one reason we speak of lies, damn lies, and benchmarks. Everybody cheats at this stuff. Apple used to cheat in the latter days of the PowerPC, even on published SPECmarks, as their stuff kept falling behind Intel.

    --
    -Dave Haynie