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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b

The branch, master has been updated
       via  086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b (commit)
      from  5f2b8fa3134a2b7a4225a410c4220400b53d5e75 (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 086afe3375ee1fe3cda34c1b2302bdd6c95ebc0b
Author: Nikos Mavrogiannopoulos <n...@gnutls.org>
Date:   Sat Sep 22 00:28:57 2012 +0200

    increased benchmark time

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

Summary of changes:
 src/benchmark.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/benchmark.c b/src/benchmark.c
index 8ab3f8c..f18ed1c 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -102,14 +102,14 @@ void start_benchmark(struct benchmark_st * st)
       fprintf (stderr, "error: CreateThread %u\n", GetLastError ());
       exit(1);
     }
-  st->alarm_timeout.QuadPart = (2) * 10000000;
+  st->alarm_timeout.QuadPart = (5) * 10000000;
   if (SetWaitableTimer (st->wtimer, &st->alarm_timeout, 0, NULL, NULL, FALSE) 
== 0)
     {
       fprintf (stderr, "error: SetWaitableTimer %u\n", GetLastError ());
       exit(1);
     }
 #else
-  alarm (2);
+  alarm (5);
 #endif
   
 }


hooks/post-receive
-- 
GNU libtasn1

Reply via email to