Documentation ¶
Overview ¶
Copyright 2024 Jake Nichols (MIT License)
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Character length of path segments produced by Routes(). BenchRouteSegmentLength = int(10) // Number of segments in paths produced by Routes(). BenchRouteLength = int(10) // Number of paths produced by Routes(). BenchRouteCount = int(100) // Variance of paths produced by Routes(). // The higher the value, the more each path will differ from the previous. BenchRouteVariance = int(3) // Percent of path segments that are wildcards (:segment). BenchRouteWildcardPct = float64(.1) // Percent of paths that are open ended (path/) BenchRouteOpenEndPct = float64(.2) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.