class Benchmarker

Overview

router = Jewel::Routes.new puts router.find("/get/books/23/chapters").inspect

Defined in:

benchmark.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def amber_router : Amber::Router::RouteSet(Symbol) #

[View source]
def compare(name : String, route : String, result : Symbol | Nil) #

[View source]
def go #

[View source]
def jewel_router : Jewel::Routes #

[View source]
def radix_router : Radix::Tree(Symbol) #

[View source]
def route_checks #

[View source]
def route_library : Hash(String, Symbol) #

[View source]
def run_check(router, check, expected_result) #

[View source]