From 2ce2d771a607d23ce67e6b07f86cb8cc76558771 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 15 May 2025 21:47:42 +0000
Subject: [PATCH] update settings

---
 tst.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tst.js b/tst.js
index daaa8c5..fc30d66 100644
--- a/tst.js
+++ b/tst.js
@@ -19,9 +19,11 @@
    const user2 = await db.getUserByUserId(317)
    console.log("user2", user2)
 
+   const start = new Date()
    const users = await db.getUsers(10,0)
    const users2 = users.map(({usr_id,login,firstname,lastname,email,institution}) => ({usr_id,login,firstname,lastname,institution}))
    console.table(users2)
+   console.log(new Date() - start + "ms")
 
    const count = await db.getUserCount()
    console.log("count",count)

--
Gitblit v1.8.0