static void configure(BenchmarkRunner runner)
{
// protobuf-encoded
runner.addObjectSerializer(new ProtostuffCoreSerializer());
runner.addObjectSerializer(new ProtostuffCoreGESerializer());
runner.addObjectSerializer(new ProtostuffGraphSerializer());
runner.addObjectSerializer(new ProtostuffRuntimeSerializer());
runner.addObjectSerializer(new ProtostuffRuntimeGESerializer());
// json
runner.addObjectSerializer(new ProtostuffJsonSerializer());