Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!ucbvax!arkesden.eng.sun.com!tiemann From: tiemann@arkesden.eng.sun.com (Michael Tiemann) Newsgroups: comp.lang.c++ Subject: Need C++ benchmark/application Message-ID: <9010032145.AA04424@apple-gunkies.ai.mit.edu> Date: 3 Oct 90 19:59:58 GMT References: <3931@cerberus.oakhill.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: tiemann@cygnus.com Organization: Cygnus Support (+1 415 322 3811) Lines: 17 Hello all: I am looking for a non-trivial C++ benchmark/application similar to the Spec benchmarks to benchmark a processor that we are working on. Ideally, it would be non-device dependent using only the most rudimentary unix system calls (open, close, read, write, etc) run for a reasonable length of time (minutes) and produce an "answer" that could be verfied. How about using libg++? The tests directory contains code which takes a fair bit of time to calculate. You can make the code arbitrarily complicated. Michael