1
0
Fork 0
firefox/third_party/rust/icu_normalizer/benches/data
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestNames_Japanese_h.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestNames_Japanese_k.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestNames_Korean.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestNames_Latin.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestNames_Thai.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_ar.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_de.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_el.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_es.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_fr.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_he.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_pl.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_ru.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_th.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TestRandomWordsUDHR_tr.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
wotw.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

Generating microbench data

The full versions of these files are located in another part of the repository.

Sanitizing the file

sed -i '/^#/d' ${filename}
sed -i '/^$/d' ${filename}

Shuffling the file

shuf -n 20 ${filename} -o ${filename}

Add back the header (if you plan on submitting the files)

# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).