class Benchmarker
- Benchmarker
- Reference
- Object
Overview
router = Jewel::Routes.new puts router.find("/get/books/23/chapters").inspect
Defined in:
benchmark.crConstructors
Instance Method Summary
- #amber_router : Amber::Router::RouteSet(Symbol)
- #compare(name : String, route : String, result : Symbol | Nil)
- #go
- #jewel_router : Jewel::Routes
- #radix_router : Radix::Tree(Symbol)
- #route_checks
- #route_library : Hash(String, Symbol)
- #run_check(router, check, expected_result)