Skip to content

Instantly share code, notes, and snippets.

View thefotios's full-sized avatar
💭
definitely snacking

Fotios Lindiakos thefotios

💭
definitely snacking
View GitHub Profile
View template_benchmark.rb
#!/usr/bin/env ruby
require 'socket'
require 'net/http'
require 'yaml'
require 'benchmark'
require 'optparse'
include Benchmark
DEFAULT_TIMEOUT = 300