Skip to content

Instantly share code, notes, and snippets.

@gettalong
gettalong / small_benchmarks.rb
Created June 2, 2012 06:11
Some small benchmarks used during the creation of kramdown
# -*- coding: utf-8 -*-
require 'benchmark'
class Test
CONST = 5
N = 1_000_000
def test_const
Benchmark.bm 20 do |results|
results.report 'one' do