test: Comment unused values

This commit is contained in:
Mathieu Lirzin 2026-01-01 16:00:45 +01:00
parent e6137cb47a
commit e342ac5401
No known key found for this signature in database
GPG key ID: 0ADEE10094604D37
2 changed files with 17 additions and 17 deletions

View file

@ -53,27 +53,27 @@
request (json-request data)
request! (request-stream request)]]
"10b"
;; # 10b
;; 38µs (c-api 1.x)
;; 14µs (c-api 2.0.0-alpha21)
;; 6µs
"100b"
;; # 100b
;; 74µs (c-api 1.x)
;; 16µs (c-api 2.0.0-alpha21)
;; 8µs
"1k"
;; # 1k
;; 322µs (c-api 1.x)
;; 24µs (c-api 2.0.0-alpha21)
;; 16µs
"10k"
;; # 10k
;; 3300µs (c-api 1.x)
;; 120µs (c-api 2.0.0-alpha21)
;; 110µs
"100k"
;; # 100k
;; 10600µs (c-api 1.x)
;; 1100µs (c-api 2.0.0-alpha21)
;; 1100µs

View file

@ -37,40 +37,40 @@
(defn routing-test []
;; 21385 / 14337
"barista"
;; "barista"
;; 26259 / 25571
"choreographer"
;; "choreographer"
;; 24277 / 19174
"clutch"
;; "clutch"
;; 26158 / 25584
"connect"
;; "connect"
;; 24614 / 25413
"escort"
;; "escort"
;; 21979 / 18595
"express"
;; "express"
;; 23123 / 25405
"find-my-way"
;; "find-my-way"
;; 24798 / 25286
"http-hash"
;; "http-hash"
;; 24215 / 23670
"i40"
;; "i40"
;; 23561 / 26278
"light-router"
;; "light-router"
;; 28362 / 30056
"http-raw"
;; "http-raw"
;; 25310 / 25126
"regex"
;; "regex"
;; 112719 / 113959
(title "reitit")