Sha256: cd704c608779cbf193d3506b975519b3ea5125a16f11639fb8bbe7a4ad24dbcb
Contents?: true
Size: 310 Bytes
Versions: 9
Compression:
Stored size: 310 Bytes
Contents
# encoding: utf-8 require_relative "../helper" RBench.run(100) do column :times column :one, title: "Hot boot" column :two, title: "Cold boot" report "Standard boot" do one do quiet! { Rango.boot } end two do load RANGO_LIBFILE quiet! { Rango.boot } end end end
Version data entries
9 entries across 9 versions & 1 rubygems