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 typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: benchmark: fix typo
Date: Mon, 24 Sep 2018 19:10:57 +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 4873ab08b benchmark: fix typo
4873ab08b is described below

commit 4873ab08bc4f75ff2acd3b4166eea34b047dcbd8
Author: Florian Dold <address@hidden>
AuthorDate: Mon Sep 24 19:09:21 2018 +0200

    benchmark: fix typo
---
 contrib/benchmark/collect.awk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/benchmark/collect.awk b/contrib/benchmark/collect.awk
index bb2352eb3..bbcbdd4bf 100644
--- a/contrib/benchmark/collect.awk
+++ b/contrib/benchmark/collect.awk
@@ -63,8 +63,8 @@ END {
     for (y in url[x]) {
       print "url", x, "status", y, \
             "count", url[x][y]["count"], "time_us", url[x][y]["time_us"], \
-            "time_avg_us", avg(url[x][y]["time_us"], url[x][y]["count"], \
-            "stdev", stdev(url[x][y]["time_us"], url[x][y]["time_us_sq"], 
url[x][y]["count"]));
+            "time_avg_us", avg(url[x][y]["time_us"], url[x][y]["count"]), \
+            "stdev", stdev(url[x][y]["time_us"], url[x][y]["time_us_sq"], 
url[x][y]["count"]);
     }
   }
 }

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



reply via email to

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