TODO(dzhuk): Add benchmark for handlers taking individual message fields as parameters.
| 615 | // TODO(dzhuk): Add benchmark for handlers taking individual |
| 616 | // message fields as parameters. |
| 617 | void handle(const tests::Message& message) |
| 618 | { |
| 619 | // Intentionally no-op, as ProtobufProcess performance is measured |
| 620 | // from receiving MessageEvent till calling handler. |
| 621 | } |
| 622 | |
| 623 | void run(int submessages) |
| 624 | { |