Skip to content

Instantly share code, notes, and snippets.

View midhun-thimmapuram's full-sized avatar

Midhun Thimmapuram midhun-thimmapuram

View GitHub Profile
@midhun-thimmapuram
midhun-thimmapuram / blueprinter_benchmark.rb
Last active June 7, 2022 13:57
blueprinter benchmark comparisons
# Current blueprinter benchmarks (0.25.3)
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'oj'
gem 'benchmark-ips', require: 'benchmark/ips'
gem 'kalibera'
gem 'benchmark-memory', require: 'benchmark/memory'