lib/require_bench/printer.rb in require_bench-1.0.4.pre.alpha.5 vs lib/require_bench/printer.rb in require_bench-1.0.4.pre.alpha.6
- old
+ new
@@ -2,10 +2,9 @@
class Printer
# Log statement when a file starts loading
def out_start(file, type)
printf "🚥 [RequireBench-#{type}] 📖 %s 🚥\n", file
- rotate!
end
# Log statement when a file completed loading
def out_consume(seconds, file, type)
printf "🚥 [RequireBench-#{type}] ☑️ %10f %s 🚥\n", seconds, file