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

Version Path
grumlin-1.2.0 lib/grumlin/benchmark/repository.rb
grumlin-1.1.0 lib/grumlin/benchmark/repository.rb
grumlin-1.0.4 lib/grumlin/benchmark/repository.rb
grumlin-1.0.3 lib/grumlin/benchmark/repository.rb
grumlin-1.0.3.beta1 lib/grumlin/benchmark/repository.rb
grumlin-1.0.2 lib/grumlin/benchmark/repository.rb
grumlin-1.0.1 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc7 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc6 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc5 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc4 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc3 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc2 lib/grumlin/benchmark/repository.rb
grumlin-1.0.0.rc1 lib/grumlin/benchmark/repository.rb