[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
|
|
Subscribe / Log in / New account

Testing for kernel performance regressions

Testing for kernel performance regressions

Posted Aug 6, 2012 22:45 UTC (Mon) by dlang (guest, #313)
In reply to: Testing for kernel performance regressions by cmorgan
Parent article: Testing for kernel performance regressions

A large part of the problem is the tests that are part of the suite.

Many of them really don't make sense and some (disk related that I know of) are downright misleading, givng 'better' scores for situations where things are misbehaving.

Many people have tried to point this out and made no progress in getting them changed.


to post comments

Testing for kernel performance regressions

Posted Aug 6, 2012 23:02 UTC (Mon) by Cyberax (✭ supporter ✭, #52523) [Link] (1 responses)

To be fair, that mostly manifests in cases where some filesystem/device ignores 'sync' calls. That usually results in stunningly better performance.

But most other cases are fine. Phoronix usually captures quite real performance regressions.

Testing for kernel performance regressions

Posted Aug 7, 2012 13:02 UTC (Tue) by cmorgan (guest, #71980) [Link]

The Phoronix test suite is also open source from what the page indicates. Which means that people can provide patches, fork etc.

Just wanted to point out that Phoronix has been a great resource for exactly the kind of benchmarking between kernel releases that the article was referring to, and has been doing so for years.

I wonder if any kernel developers have used the Phoronix results to help target fixes for various regressions.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds