unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

README.md (809B)


      1 # dev
      2 
      3 This directory exists to hold scripts etc. that are useful only to
      4 people who are making changes to unison's source code.  Nothing in
      5 here may be used as part of building programs or documentation, or CI.
      6 
      7 #  ktrace-*
      8 
      9 Scripts with names like ktrace-* are for particular operating systems,
     10 and aim to enumerate the programs used by a build, for checking
     11 INSTALL.md.
     12 
     13 # check-memory
     14 
     15 This script can run a unison workload with small amounts of memory,
     16 and is intended to make it easier to understand memory usage.  It is
     17 not a fully-baked test.  It's here rather than in tests because it's
     18 an exploratory tool, not a regression test.
     19 
     20 # test-limits.c
     21 
     22 This program will try to allocate memory until it fails.  It was
     23 useful at some point in understanding behavior of systems under high
     24 memory pressure.