Sha256: 64990e11cf1d206970582d9ae2fdf25edc69bab8992b6227cffe97672488f086

Contents?: true

Size: 346 Bytes

Versions: 15

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Benchmark
    class 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
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
grumlin-0.23.0 lib/grumlin/benchmark/repository.rb
grumlin-0.22.5 lib/grumlin/benchmark/repository.rb
grumlin-0.22.4 lib/grumlin/benchmark/repository.rb
grumlin-0.22.3 lib/grumlin/benchmark/repository.rb
grumlin-0.22.2 lib/grumlin/benchmark/repository.rb
grumlin-0.22.1 lib/grumlin/benchmark/repository.rb
grumlin-0.22.0 lib/grumlin/benchmark/repository.rb
grumlin-0.21.1 lib/grumlin/benchmark/repository.rb
grumlin-0.21.0 lib/grumlin/benchmark/repository.rb
grumlin-0.20.2 lib/grumlin/benchmark/repository.rb
grumlin-0.20.1 lib/grumlin/benchmark/repository.rb
grumlin-0.20.0 lib/grumlin/benchmark/repository.rb
grumlin-0.19.7 lib/grumlin/benchmark/repository.rb
grumlin-0.19.6 lib/grumlin/benchmark/repository.rb
grumlin-0.19.5 lib/grumlin/benchmark/repository.rb