#!/usr/bin/env ruby

def autorelease_pool(&block)
  block.call
end

load './app/benchmark.rb'
