https://github.com/zbraniecki/icu-perf
ICU performance harness
https://github.com/zbraniecki/icu-perf
Last synced: 5 months ago
JSON representation
ICU performance harness
- Host: GitHub
- URL: https://github.com/zbraniecki/icu-perf
- Owner: zbraniecki
- Created: 2022-09-15T20:41:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:09:39.000Z (over 1 year ago)
- Last Synced: 2025-10-09T09:59:05.343Z (8 months ago)
- Language: Rust
- Size: 38.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Get data with:
```
cargo run --features bin -p icu_datagen -- --format blob --all-keys --locales modern --out ~/projects/icu-perf/data/icu4x-1.2.postcard --cldr-tag 43.0.0 --icuexport-tag icu4x/2023-03-22a/72.x --overwrite
```
```
cargo run --features bin -p icu_datagen -- --format mod --all-keys --locales modern --out ~/projects/icu-perf/data/icu4x-1.2.rs --cldr-tag 43.0.0 --icuexport-tag icu4x/2023-03-22a/72.x --overwrite
```
get tailored data for postcard with:
```
cargo run --features bin -p icu_datagen -- --format blob --keys-for-bin ~/projects/icu-perf/tests/*/target/release/examples/minimal --locales modern --out ~/projects/icu-perf/data/icu4x-1.2-*.postcard --cldr-tag 43.0.0 --icuexport-tag icu4x/2023-03-22a/72.x --overwrite
```