gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: benchmark: there is just on


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: benchmark: there is just one adjusted total
Date: Thu, 27 Sep 2018 15:30:01 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b5e2fc085 benchmark: there is just one adjusted total
b5e2fc085 is described below

commit b5e2fc08571dd50208f485476f3072427e3916e9
Author: Florian Dold <address@hidden>
AuthorDate: Thu Sep 27 15:28:30 2018 +0200

    benchmark: there is just one adjusted total
---
 contrib/benchmark/collect.awk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/contrib/benchmark/collect.awk b/contrib/benchmark/collect.awk
index b88b3dc7d..5afa093e2 100644
--- a/contrib/benchmark/collect.awk
+++ b/contrib/benchmark/collect.awk
@@ -103,10 +103,8 @@ END {
 
   if (have_baseline) {
     for (x in op) {
-      total_ops_adjusted[x] = op_baseline[x] * op[x]["count"];
-    }
-    for (x in op) {
-      print "total_ops_adjusted_ms", total_ops_adjusted[x];
+      total_ops_adjusted += op_baseline[x] * op[x]["count"];
     }
+    print "total_ops_adjusted_ms", total_ops_adjusted;
   }
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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