thekvs / cpp-serializers

Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
730 stars 111 forks source link

How to compile & benchmark a subset of serializers? #34

Open keceli opened 4 years ago

keceli commented 4 years ago

I searched for a simple cmake command such as DISABLE_THRIFT or something similar to compile and benchmark a subset of serializers, but couldn't find any. Is there any simple way to avoid building all of these serializers?