libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_13-30-g086afe3


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_13-30-g086afe3
Date: Fri, 21 Sep 2012 22:45:21 +0000

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 <address@hidden>
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

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