Sha256: c20b7c0ea05e82e3aa42bea5104665f7d662bfaa766cdb08d0560da42721dd3a
Contents?: true
Size: 351 Bytes
Versions: 15
Compression:
Stored size: 351 Bytes
Contents
# encoding: UTF-8 $KCODE = 'u' unless "1.9".respond_to?(:encoding) require File.expand_path("../performance", __FILE__) require "profiler" job = HTMLEntitiesJob.new puts "Encoding" Profiler__::start_profile job.encode(1) Profiler__::print_profile($stdout) puts "Decoding" Profiler__::start_profile job.decode(1) Profiler__::print_profile($stdout)
Version data entries
15 entries across 15 versions & 8 rubygems