TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Five Years Of Linux Kernel Benchmarks: 2.6.12 Through 2.6.37

27 pointsby logicalstackover 14 years ago

5 comments

kevinelliottover 14 years ago
It's actually quite disappointing to see that the Linux kernel performance essentially never increased over 5 years. A lot of nice functionality was added, so at least the lack of a net loss is quite fantastic.<p>I wonder if this report might give the kernel folks the boost they need to be truly innovative moving forward.
dododoover 14 years ago
the choice of some of these benchmarks is weird. they have a bunch of cpu-bound benchmarks. why exactly would you expect these to change as the kernel changed? (i would expect changing compiler to have a bigger influence.)<p>the ones that do change (and improve mostly) are ones where the kernel actually plays a role--file system, network, etc.<p>the iozone benchmark is a bit surprising, it shows no improvement. but they are hitting 200MB/s, so i wonder if this is simply because linux is hitting the max speed of the disk.<p>all in all, not very useful.
评论 #1866196 未加载
评论 #1866137 未加载
roadnottakenover 14 years ago
Simple way to get me to NOT read your article: give it a flash-based popup-ad and split the article into 8 separate pages. I just want to see the data. Fail.
评论 #1866293 未加载
tlbover 14 years ago
Please standardize on either lower=better or higher=better. The graphs switch conventions frequently making it hard to interpret at a glance.
shawndumasover 14 years ago
I wonder how OSX's and WinNT's would look?