From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from eggs.gnu.org ([2001:4830:134:3::10]:40114)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from
) id 1ZUJjH-0002ve-Qo
for qemu-devel@nongnu.org; Tue, 25 Aug 2015 15:17:56 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1ZUJjC-0004cR-Rz
for qemu-devel@nongnu.org; Tue, 25 Aug 2015 15:17:55 -0400
Received: from mout.gmx.net ([212.227.15.19]:63164)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1ZUJjC-0004c2-IY
for qemu-devel@nongnu.org; Tue, 25 Aug 2015 15:17:50 -0400
References: <1440476386-7365-1-git-send-email-rth@twiddle.net>
<55DC00F7.5010100@gmx.net>
<55DC7ACE.702@twiddle.net> <55DC7DC5.9010204@gmx.net>
<55DCAF50.30807@twiddle.net>
From: Dennis Luehring
Message-ID: <55DCBF5A.9040003@gmx.net>
Date: Tue, 25 Aug 2015 21:17:46 +0200
MIME-Version: 1.0
In-Reply-To: <55DCAF50.30807@twiddle.net>
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [Qemu-devel] [PATCH] target-sparc: Store mmu index in TB flags
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
To: Richard Henderson , Artyom Tarasenko
Cc: Mark Cave-Ayland , qemu-devel , Aurelien Jarno
Am 25.08.2015 um 20:09 schrieb Richard Henderson:
> But you're right, it would be nice to put together a coherent set of
> benchmarks. Ideally, a guest kernel plus minimal ramdisk with the tests
> pre-loaded so that we can boot and run ./benchmark at the prompt. That's
> the sort of thing we can easily upload to the wiki and share.
i've found these benchmarks in NetBSDs benchmarks packages
http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/benchmarks/README.html
hint.serial-98.06.12
:
Scalable benchmark for testing CPU and memory performance
nbench-2.2.3
:
Benchmark tool for CPU, FPU and memory
ramspeed-2.6.0
:
RAMspeed, a cache and memory benchmarking tool
would allow to do benchmarking with NetBSD 6.1.5 under native x64,
qemu-amd64, qemu-sparc64 and qemu-alpha
based on more or less the "same" OS/source