mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
13 lines
668 B
Plaintext
13 lines
668 B
Plaintext
par_few_duplicate_run $CSV par_few_duplicate_run $CSV
|
|
par_few_duplicate_run $CSV ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $CSV OK
|
|
par_few_duplicate_run $MYSQL par_few_duplicate_run $MYSQL
|
|
par_few_duplicate_run $MYSQL ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $MYSQL OK
|
|
par_few_duplicate_run $PG par_few_duplicate_run $PG
|
|
par_few_duplicate_run $PG ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $PG OK
|
|
par_few_duplicate_run $SQLITE par_few_duplicate_run $SQLITE
|
|
par_few_duplicate_run $SQLITE ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $SQLITE OK
|