Home

Awesome

Ruby JSON:API serialization performance comparisons

An automated suite of tests to explore the performance of the JSON:API serialization implementations in Ruby.

The frameworks selection requirements:

To start the benchmarks, run:

docker run --rm -v `pwd`:/app -w /app -it -e RUBYOPT=-W:no-deprecated ruby:2.7-alpine sh -c 'apk add git build-base && bundle && benchmark-driver ./all.yml --bundler'