-
Notifications
You must be signed in to change notification settings - Fork 1k
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
show cache location when warmup --check. #5534
Comments
The warmup check was performed in background thread, not done by client. So it's easy to print log but a little complex to send it back to client. Need to some time to implement it. |
Can you show me an example output? |
something like this:
|
sample output: check cache file: 1 3.3/s The output is not well formatted as above |
What would you like to be added:
show the cache location and size when we warmup with --check.
Why is this needed:
to check the location and size when needed.
The text was updated successfully, but these errors were encountered: