Recorded CPU time much higher with hyperdrive
When using a bare hono "hello world" project, the worker logs says its takes 0ms CPU time. When i add a hyperdrive that queries "select 1;" the CPU time is increased to 9ms.
I read on some pages that a worker should only take up 1-2ms and doesn't take external resources in account so i am a bit confused why it's so high.
Switching to drizzle-orm didn't change the CPU time.
0 Replies