This is an example application that uses the pg_serializable gem.
Also contains benchmarking code against jbuilder and fast_jsonapi.
To run benchmarks:
SerializerBenchmark.new.perform
You can also pass a number of iterations to run:
SerializerBenchmark.new.perform(10)