examples/constant_caches.ru in pitchfork-0.1.0 vs examples/constant_caches.ru in pitchfork-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
-require "pitchfork/mem_info"
+require_relative "../lib/pitchfork/mem_info"
module App
CONST_NUM = Integer(ENV.fetch("NUM", 100_000))
CONST_NUM.times do |i|