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: output int


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: benchmark: output int
Date: Thu, 27 Sep 2018 15:47:02 +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 2c3b40e7c benchmark: output int
2c3b40e7c is described below

commit 2c3b40e7c69c6065ef9c5dd344658411fa3f9659
Author: Florian Dold <address@hidden>
AuthorDate: Thu Sep 27 15:45:26 2018 +0200

    benchmark: output int
---
 contrib/benchmark/collect.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/benchmark/collect.awk b/contrib/benchmark/collect.awk
index 5afa093e2..16f2e700c 100644
--- a/contrib/benchmark/collect.awk
+++ b/contrib/benchmark/collect.awk
@@ -105,6 +105,6 @@ END {
     for (x in op) {
       total_ops_adjusted += op_baseline[x] * op[x]["count"];
     }
-    print "total_ops_adjusted_ms", total_ops_adjusted;
+    print "total_ops_adjusted_ms", int(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]