(self)
| 656 | } |
| 657 | |
| 658 | fn as_str(self) -> &'static str { |
| 659 | match self { |
| 660 | Self::Load => "load", |
| 661 | Self::Run => "run", |
| 662 | Self::Init => "init", |
| 663 | Self::Cleanup => "cleanup", |
| 664 | } |
| 665 | } |
| 666 | } |
| 667 | |
| 668 | enum BenchmarkDirective { |
no outgoing calls
no test coverage detected