guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-168-g40c2a


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-168-g40c2a95
Date: Thu, 07 Apr 2011 06:31:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=40c2a95a72b3a831d9de319afbc9d72a0133110e

The branch, stable-2.0 has been updated
       via  40c2a95a72b3a831d9de319afbc9d72a0133110e (commit)
      from  165b10ddfaaa8ecc72d45a9be7d29e7537dc2379 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 40c2a95a72b3a831d9de319afbc9d72a0133110e
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 7 02:28:01 2011 -0400

    Fix typo in arithmetic benchmark
    
    * benchmark-suite/benchmarks/arithmetic.bm (fixnum): Fix `-' benchmark
      to actually use `-' operator instead of `+' operator.

-----------------------------------------------------------------------

Summary of changes:
 benchmark-suite/benchmarks/arithmetic.bm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/benchmark-suite/benchmarks/arithmetic.bm 
b/benchmark-suite/benchmarks/arithmetic.bm
index 0755c03..c64f6c2 100644
--- a/benchmark-suite/benchmarks/arithmetic.bm
+++ b/benchmark-suite/benchmarks/arithmetic.bm
@@ -58,7 +58,7 @@
     (repeat (+ 2 <>) 7 100))
 
   (benchmark "-" 1e7
-    (repeat (+ 2 <>) 7 100))
+    (repeat (- 2 <>) 7 100))
 
   (benchmark "*" 1e7
     (repeat (* 1 <>) 1 100))


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]