From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-352572-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QUq7k-0003Se-Us for garchives@archives.gentoo.org; Fri, 10 Jun 2011 01:02:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1491C05F; Fri, 10 Jun 2011 01:02:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 80A961C05F for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jun 2011 01:02:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E80CC1B4029 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jun 2011 01:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 09A0B8003C for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jun 2011 01:02:47 +0000 (UTC) From: "Andrea Arteaga" <andyspiros@gmail.com> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Arteaga" <andyspiros@gmail.com> Message-ID: <43def047ec2a4adcf7cc6fddd0c9459dfdbbe5cc.spiros@gentoo> Subject: [gentoo-commits] proj/auto-numerical-bench:master commit in: / X-VCS-Repository: proj/auto-numerical-bench X-VCS-Files: blasbase.py main.py X-VCS-Directories: / X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: 43def047ec2a4adcf7cc6fddd0c9459dfdbbe5cc Date: Fri, 10 Jun 2011 01:02:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 28d935b39afcf019ef2f2e359fcae184 commit: 43def047ec2a4adcf7cc6fddd0c9459dfdbbe5cc Author: spiros <andyspiros <AT> gmail <DOT> com> AuthorDate: Fri Jun 10 00:59:35 2011 +0000 Commit: Andrea Arteaga <andyspiros <AT> gmail <DOT> com> CommitDate: Fri Jun 10 00:59:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/auto-numerica= l-bench.git;a=3Dcommit;h=3D43def047 Two tiny corrections --- blasbase.py | 1 - main.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blasbase.py b/blasbase.py index 713ffcf..3335000 100644 --- a/blasbase.py +++ b/blasbase.py @@ -144,7 +144,6 @@ class ModuleBase: for test in self.tests: newresults[test] =3D {} for nameimpl in results: - print results[nameimpl] nameimplstr =3D "%s/%s" % nameimpl resdat =3D results[nameimpl][test] newresults[test][nameimplstr] =3D resdat =20 diff --git a/main.py b/main.py index 1ecb376..ee17fed 100644 --- a/main.py +++ b/main.py @@ -30,7 +30,8 @@ if os.getuid() =3D=3D 0: figdir =3D "/var/cache/benchmarks/results/" else: pkgsdir =3D os.environ['HOME'] + "/.benchmarks/packages/" - figdir =3D os.environ['HOME'] + "/.benchmarks/results" + figdir =3D os.environ['HOME'] + "/.benchmarks/results/" +figdir +=3D time.strftime('%Y%m%d-%H%M') + '/' rootsdir =3D "/var/tmp/benchmarks/roots/" testsdir =3D "/var/tmp/benchmarks/tests/" libdir =3D sp.Popen \