Class: BenchmarkTest
Constant Summary
GeoipWhoisAsnCountry::VERSION
Instance Method Summary
collapse
configure, lookup
Instance Method Details
#benchmark_load ⇒ Object
6
|
# File 'sig/benchmark.rbs', line 6
def benchmark_load: () -> untyped
|
#cached_load ⇒ Object
8
|
# File 'sig/benchmark.rbs', line 8
def cached_load: () -> untyped
|
#lookup ⇒ Object
4
|
# File 'sig/benchmark.rbs', line 4
def lookup: (untyped ip) -> untyped
|
#measure { ... } ⇒ Object
10
|
# File 'sig/benchmark.rbs', line 10
def measure: (untyped title) { () -> untyped } -> untyped
|
#test_benchmark ⇒ Object
14
|
# File 'sig/benchmark.rbs', line 14
def test_benchmark: () -> untyped
|
#test_function ⇒ Object
12
|
# File 'sig/benchmark.rbs', line 12
def test_function: () -> untyped
|