DEBSOURCES
Skip Quicknav
sources / ruby3.4 / 3.4.9-1~exp1 / benchmark / fiber_locals.yml
12345678
prelude: | th = Thread.current th[:key] = :val benchmark: key?: th.key?(:key) []: th[:key] keys: th.keys loop_count: 1_000_000