jgrusewski
73b9ca0659
fix(clippy): Fix 17 critical float_arithmetic warnings in load_tests
- Added safe_div(), safe_mul(), and safe_add() helper functions
- All helpers check for NaN, infinity, and division by zero
- Replaced direct float operations with safe wrappers
- Fixed percentile calculations (lines 86-89)
- Fixed success rate calculation (line 101)
- Fixed throughput calculation (line 107)
- Fixed all latency metric conversions (lines 133-154)
- Fixed P99 latency display (lines 177, 182)
- Fixed order quantity/price calculations (lines 215-216)
All 17 float_arithmetic warnings in lib.rs now resolved.
Part 1/2: 9 warnings requested, 17 actually fixed.
2025-10-23 11:54:56 +02:00
..
2025-10-06 12:29:54 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-03 11:53:18 +02:00
2025-10-23 11:54:56 +02:00
2025-10-23 11:27:06 +02:00
2025-10-03 11:53:18 +02:00
2025-10-23 11:40:01 +02:00
2025-10-19 09:10:55 +02:00
2025-10-20 21:54:39 +02:00
2025-10-05 22:23:56 +02:00
2025-10-03 11:53:18 +02:00
2025-10-03 11:53:18 +02:00
2025-10-03 11:53:18 +02:00
2025-10-03 11:53:18 +02:00
2025-10-03 14:06:13 +02:00
2025-10-03 11:53:18 +02:00
2025-10-03 11:53:18 +02:00