dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Fix CI bug with best_speed_log #199

Closed nyurik closed 1 month ago

nyurik commented 1 month ago

Apparently best_speed_log was never tested - it does not compile due to a missing format placeholder. I think this is what it meant, but feel free to fix it in other way (or delete entirely?)