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: fix another awk


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: benchmark: fix another awk error
Date: Wed, 26 Sep 2018 17:46:33 +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 d691980ce benchmark: fix another awk error
d691980ce is described below

commit d691980cefc24464dcd85d8f1fae84d906bd7eb1
Author: Florian Dold <address@hidden>
AuthorDate: Wed Sep 26 17:45:04 2018 +0200

    benchmark: fix another awk error
---
 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 482addaa0..62cbc69bc 100644
--- a/contrib/benchmark/collect.awk
+++ b/contrib/benchmark/collect.awk
@@ -48,7 +48,7 @@ function abs(v) {
     if (n > 0) {
       url[$2][$4]["time_us_sq"] += n * (t/n) * (t/n);
     }
-    max = url[$2][$4]["time_us_max];
+    max = url[$2][$4]["time_us_max"];
     url[$2][$4]["time_us_max"] = (t > max ? t : max)
   }
 }

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



reply via email to

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