Class: Grumlin::Benchmark::Repository

Inherits:
Object
  • Object
show all
Extended by:
Repository
Defined in:
lib/grumlin/benchmark/repository.rb

Constant Summary

Constants included from Repository

Repository::RETURN_MODES

Instance Attribute Summary

Attributes included from Repository

#middlewares

Instance Method Summary collapse

Methods included from Repository

default_edge_properties, default_vertex_properties, extended, inherited, new, query, read_only!, validate_postprocess_with!, validate_return_mode!

Instance Method Details

#simple_testObject



10
11
12
# File 'lib/grumlin/benchmark/repository.rb', line 10

def simple_test
  g.V.bytecode.serialize
end

#simple_test_with_shortcutObject



14
15
16
# File 'lib/grumlin/benchmark/repository.rb', line 14

def simple_test_with_shortcut
  g.simple_test.bytecode.serialize
end