From e342ac5401815b2b71deee1b940ac0e719b43328 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 1 Jan 2026 16:00:45 +0100 Subject: [PATCH] test: Comment unused values --- perf-test/clj/reitit/json_size_perf.clj | 10 +++++----- perf-test/clj/reitit/nodejs_perf_test.clj | 24 +++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/perf-test/clj/reitit/json_size_perf.clj b/perf-test/clj/reitit/json_size_perf.clj index b9bd9c41..14101410 100644 --- a/perf-test/clj/reitit/json_size_perf.clj +++ b/perf-test/clj/reitit/json_size_perf.clj @@ -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 diff --git a/perf-test/clj/reitit/nodejs_perf_test.clj b/perf-test/clj/reitit/nodejs_perf_test.clj index 40fde7a0..ff727063 100644 --- a/perf-test/clj/reitit/nodejs_perf_test.clj +++ b/perf-test/clj/reitit/nodejs_perf_test.clj @@ -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")