diff options
Diffstat (limited to 'xdelta3')
-rwxr-xr-x | xdelta3/Makefile | 3 | ||||
-rwxr-xr-x | xdelta3/xdelta3-regtest.py | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index 0b68a2f..f65d38a 100755 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -26,7 +26,8 @@ PYTGT = build/lib.linux-i686-2.4/xdelta3.so | |||
26 | 26 | ||
27 | PYFILES = xdelta3-regtest.py setup.py | 27 | PYFILES = xdelta3-regtest.py setup.py |
28 | 28 | ||
29 | EXTRA = Makefile COPYING linkxd3lib.c badcopy.c www | 29 | EXTRA = Makefile COPYING linkxd3lib.c badcopy.c www \ |
30 | draft-korn-vcdiff.txt xdelta3.vcproj badcopy.vcproj | ||
30 | 31 | ||
31 | # $Format: "REL=$Xdelta3Version$" $ | 32 | # $Format: "REL=$Xdelta3Version$" $ |
32 | REL=0j | 33 | REL=0j |
diff --git a/xdelta3/xdelta3-regtest.py b/xdelta3/xdelta3-regtest.py index 5e947be..578311c 100755 --- a/xdelta3/xdelta3-regtest.py +++ b/xdelta3/xdelta3-regtest.py | |||
@@ -35,9 +35,9 @@ SKIP_TRIALS = 1 | |||
35 | MIN_TRIALS = 3 | 35 | MIN_TRIALS = 3 |
36 | MAX_TRIALS = 15 | 36 | MAX_TRIALS = 15 |
37 | 37 | ||
38 | SKIP_TRIALS = 0 | 38 | #SKIP_TRIALS = 0 |
39 | MIN_TRIALS = 1 | 39 | #MIN_TRIALS = 1 |
40 | MAX_TRIALS = 1 | 40 | #MAX_TRIALS = 1 |
41 | 41 | ||
42 | MIN_STDDEV_PCT = 1.5 # stop | 42 | MIN_STDDEV_PCT = 1.5 # stop |
43 | MAX_RUN = 1000 * 1000 * 10 | 43 | MAX_RUN = 1000 * 1000 * 10 |
@@ -500,6 +500,8 @@ def Test(): | |||
500 | print StatList([x.totrev for x in rcsf.rcsfiles], "totrev", 1).str | 500 | print StatList([x.totrev for x in rcsf.rcsfiles], "totrev", 1).str |
501 | pairs = rcsf.PairsByDate(Xdelta3Pair()) | 501 | pairs = rcsf.PairsByDate(Xdelta3Pair()) |
502 | 502 | ||
503 | print pairs | ||
504 | |||
503 | def Decimals(max): | 505 | def Decimals(max): |
504 | l = [0] | 506 | l = [0] |
505 | step = 1 | 507 | step = 1 |