v440 results seems too low.
Niagara-2 numbers also seem too low. The question is what Sysbench memory test actually does? I haven't check a sysbench code... ok, I've just checked code and what it does for sequential write is: for (; buf < end; buf++) *buf = tmp;
Post a Comment
2 comments:
v440 results seems too low.
Niagara-2 numbers also seem too low. The question is what Sysbench memory test actually does? I haven't check a sysbench code... ok, I've just checked code and what it does for sequential write is:
for (; buf < end; buf++)
*buf = tmp;
Post a Comment