≡└( ‘o’)┘≡
parent
c669dfb264
commit
ef30b5b012
|
@ -6,14 +6,14 @@ An implementation in bash.
|
||||||
|
|
||||||
To create the corpus.csv and pairs.csv files. And perform the replacements:
|
To create the corpus.csv and pairs.csv files. And perform the replacements:
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
make install # create corpus and pairs
|
make install # create corpus and pairs
|
||||||
make run # create file with the replaced values
|
make run # create file with the replaced values
|
||||||
```
|
```
|
||||||
|
|
||||||
Then to test:
|
Then to test:
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
make test # Checks that the replacement worked
|
make test # Checks that the replacement worked
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ make test # Checks that the replacement worked
|
||||||
`shuf` is amazing. Using /dev/urandom directly produces broken pipe errors on when using Make.
|
`shuf` is amazing. Using /dev/urandom directly produces broken pipe errors on when using Make.
|
||||||
|
|
||||||
Speed is not great... But no surprize there.
|
Speed is not great... But no surprize there.
|
||||||
````bash
|
````shell
|
||||||
$ make install
|
$ make install
|
||||||
./bin/pairs.sh
|
./bin/pairs.sh
|
||||||
Generating csv/pairs.csv...
|
Generating csv/pairs.csv...
|
||||||
|
|
Loading…
Reference in New Issue