Skip to content

Commit

Permalink
add encoding hint to benchmark script
Browse files Browse the repository at this point in the history
not needed for me locally since i run benchmarks on MRI2.1 but will
keep from barfing if people try to run on ruby 1.9
  • Loading branch information
mroth committed Sep 3, 2014
1 parent 0c94c6b commit 28e88da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: UTF-8

require './lib/emoji_data'
require 'benchmark/ips'

Expand Down

0 comments on commit 28e88da

Please sign in to comment.