Sha256: c29899433c2af8e8d0153622d42d588843bf738e51f1dbb39f3ec10cf9822e3b
Contents?: true
Size: 274 Bytes
Versions: 15
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true class Grumlin::Benchmark::Repository extend Grumlin::Repository shortcut :simple_test do self.V end def simple_test g.V.bytecode.serialize end def simple_test_with_shortcut g.simple_test.bytecode.serialize end end
Version data entries
15 entries across 15 versions & 1 rubygems