github.com/KEINOS/go-countline@v1.1.0/cl/testdata/README.md (about)

     1  # Test Data
     2  
     3  The below files are used for benchmarking and testing.
     4  
     5  > __Note__: __Becareful__ when opening it in an editor, as it may cause your editor to hang.
     6  >
     7  > To keep the repository size small, most of the test data is left uncommitted.
     8  > You must generate it yourself before testing and benchmarking.
     9  > To generate or re-generate these files, run `go generate ./...` from the root of the repository.
    10  
    11  1. `large_const.txt`
    12      - This file is 1GiB of consisten data.
    13  1. `large_rand.txt`
    14      - This file is 1GiB of random data.