commit | c285f996f4be1f0755cfe94035d57b0505ded381 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sun May 22 00:30:44 2016 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Sun May 22 04:45:52 2016 +0300 |
tree | 7f9cea7d04e0fdc9161e6530a479e084f4347722 | |
parent | d4669c16f7abe121bdf4e1d1affce7624804e937 [diff] [blame] |
doc
diff --git a/scripts/bench/bench.py b/scripts/bench/bench.py index d39c0e0..7661e75 100644 --- a/scripts/bench/bench.py +++ b/scripts/bench/bench.py
@@ -1,7 +1,7 @@ #!/usr/bin/python2.7 with_gcc = 0 -is_debug = 1 +is_debug = 0 numFiles = 500 @@ -9,7 +9,7 @@ with_implement = 1 with_header = 1 -with_a_test = 1 +with_a_test = 0 doctest_disable = 0 the_folder = "project"