Skip to content

Instantly share code, notes, and snippets.

View mauro-oto's full-sized avatar

Mauro Otonelli mauro-oto

  • Buoy Software
  • Buenos Aires, Argentina
View GitHub Profile
@janko
janko / Gemfile
Created May 31, 2018 19:57
Memory profiling of http.rb and other popular Ruby HTTP client libraries
source "https://rubygems.org"
gem "roda"
gem "http", "~> 3.3"
gem "rest-client"
gem "httparty"