VideoTools/internal/benchmark
Stu Leak 5a3be05844 Fix benchmark progress bar percentage calculation
The progress bar was configured with Max=100 but we were setting
values in the 0.0-1.0 range, causing it to always show ~0%.

Fixed by multiplying the percentage by 100 before setting the value,
so 4/22 = 0.18 becomes 18% instead of 0.18%.

Also fixed SetComplete() to set 100.0 instead of 1.0.
2025-12-13 14:04:20 -05:00
..
benchmark.go Fix benchmark progress bar percentage calculation 2025-12-13 14:04:20 -05:00