-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove icu_testdata
#4960
Remove icu_testdata
#4960
Conversation
Someone please remove the required tag from the CI job |
Done |
|
||
- name: Measure size of selected data package provider/testdata/data/testdata.postcard | ||
run: | | ||
cargo run --package icu_benchmark_binsize -- provider/testdata/data/testdata.postcard file | tee benchmarks/datasize/output.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: It might be nice to run this benchmark with a postcard file generated from plain datagen, but this benchmark is not very useful because no one should be including the whole postcard file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have per-locale-per-key stats somehow, to catch things like the dictionary snafu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huzzah
No description provided.