(b: &mut test::Bencher)
| 43 | |
| 44 | #[bench] |
| 45 | fn format_flags_5_present(b: &mut test::Bencher) { |
| 46 | b.iter(|| (Flags10::F | Flags10::G | Flags10::H | Flags10::I | Flags10::J).to_string()) |
| 47 | } |
| 48 | |
| 49 | #[bench] |
| 50 | fn format_flags_10_present(b: &mut test::Bencher) { |