Does anyone knows about performance benchmark test suite?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
crasher
Posts: 21
Joined: Mon Jan 21, 2008 4:02 am

Does anyone knows about performance benchmark test suite?

Post by crasher »

I need test a windows driver with system being heavlily loaded.
what the driver does is to frequently access I/O ports and copy memory data.
Does any one know about any benchmark utilities to heavily load system with cpu, IO access, and memory read/write?
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Does anyone knows about performance benchmark test suite?

Post by AJ »

Hi,

I haven't done hardware benchmarking for a long time, but the benchmarks I used are still around: 3dMark and Sisoft Sandra. IIRC the latter has some fairly heavy disk access tests which can be set up. Of course, if you just want to place load on the hard disks, write a program / script file which just creates and/or copies huge files.

Oh - I've just noticed that as well as 3DMark, there's PCMark which is more of a general benchmarking tool.

Cheers,
Adam
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: Does anyone knows about performance benchmark test suite?

Post by JamesM »

Most of the benchmarking tools I know are unix-only - SpecCPU2000 is the one that we use here at work.
Post Reply