Skip to content

Instantly share code, notes, and snippets.

View duplamatyi's full-sized avatar

Matyas Matyas duplamatyi

View GitHub Profile
@duplamatyi
duplamatyi / string_concat_benchmark.rb
Last active August 29, 2015 14:17
Ruby String Concat Benchmark Fun
require 'benchmark'
iterations = 100000
api_base = 'https://api.example.com'
api_version = 'v1'
rest_url = 'resource'
puts 'Ruby String Concat Benchmark Fun'