From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9274 invoked by alias); 26 Nov 2010 09:16:08 -0000 Received: (qmail 9252 invoked by uid 22791); 26 Nov 2010 09:16:05 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ey0-f177.google.com (HELO mail-ey0-f177.google.com) (209.85.215.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Nov 2010 09:16:00 +0000 Received: by eyd9 with SMTP id 9so850979eyd.36 for ; Fri, 26 Nov 2010 01:15:58 -0800 (PST) Received: by 10.213.19.72 with SMTP id z8mr3460979eba.53.1290762957541; Fri, 26 Nov 2010 01:15:57 -0800 (PST) Received: from sg-desktop.belvok.com ([86.57.137.251]) by mx.google.com with ESMTPS id x54sm1579469eeh.5.2010.11.26.01.15.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Nov 2010 01:15:55 -0800 (PST) Date: Fri, 26 Nov 2010 09:16:00 -0000 From: Sergei Gavrikov To: eCos Developers List Subject: whetstone test Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2010-11/txt/msg00010.txt.bz2 Hi, What is your opinion, Is it a good idea to have `whetstone' test for eCos? http://en.wikipedia.org/wiki/Whetstone_(benchmark) The source can be grabbed from here: http://www.netlib.org/benchmark/ I use http://www.netlib.org/benchmark/whetstone.c (FYI: no warnings with nowadays toolchains). If your answer will be, 'Yes, it is', my next question: where to have the test? I placed it together with `dhrystone' test under eCos kernel tests with a minimal tweak for CYGPKG_KERNEL_TESTS CDL option: . ((CYGPKG_LIBM) ? " tests/whetstone" : "") Of course, I would place the test together with the libm tests if that is more suitable place. What is better? NOTE: Mostly, I use the test to know how evolved the eCos toolchains. Sergei