Skip to content

Commit 8606c1f

Browse files
authored
Merge pull request #199 from nyurik/ci-fix2
Fix CI bug with best_speed_log
2 parents 459ea0a + 6ede07c commit 8606c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enc/brotli_bit_stream.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ fn best_speed_log(_name: &str, _data: &[SpeedAndMax; 2], _cost: &[floatX; 2]) {}
246246
fn best_speed_log(name: &str, data: &[SpeedAndMax; 2], cost: &[floatX; 2]) {
247247
for high in 0..2 {
248248
println!(
249-
"{} Speed [ inc: {}, max: {}, algo: 0 ] cost: {}",
249+
"{} Speed [ inc: {}, max: {}, algo: {} ] cost: {}",
250250
name,
251251
if high != 0 { "hi" } else { "lo" },
252252
data[high].0,

0 commit comments

Comments
 (0)