Test configuration for a single resolution run. 单次分辨率测试的配置。
| 17 | /// Test configuration for a single resolution run. |
| 18 | /// 单次分辨率测试的配置。 |
| 19 | struct ResolutionTest { |
| 20 | width: u32, |
| 21 | height: u32, |
| 22 | label: &'static str, |
| 23 | } |
| 24 | |
| 25 | fn main() -> std::result::Result<(), Box<dyn std::error::Error>> { |
| 26 | let tests = [ |
nothing calls this directly
no outgoing calls
no test coverage detected