projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d87f84
)
bench/rulescomp: decrease benchmark iterations
author
Ran Benita
<ran@unusedvar.com>
Tue, 27 Apr 2021 09:31:37 +0000
(12:31 +0300)
committer
Ran Benita
<ran@unusedvar.com>
Tue, 27 Apr 2021 09:32:21 +0000
(12:32 +0300)
No need for more, and easier to convert to milliseconds per iteration.
Signed-off-by: Ran Benita <ran@unusedvar.com>
bench/rulescomp.c
patch
|
blob
|
history
diff --git
a/bench/rulescomp.c
b/bench/rulescomp.c
index 3972a7b62f8b104c6a5b553ec322cc1fe7d7abb6..0da4d3ccab48f28eab67d29d7a738a1e65a476c2 100644
(file)
--- a/
bench/rulescomp.c
+++ b/
bench/rulescomp.c
@@
-28,7
+28,7
@@
#include "../test/test.h"
#include "bench.h"
-#define BENCHMARK_ITERATIONS
25
00
+#define BENCHMARK_ITERATIONS
10
00
int
main(int argc, char *argv[])