when i test my code with jmeter my average respond time on the bun with cache is higher that node.js that dont, i using 100 thread with period 1 second, but it seems the standard deviation is better on bun with cache, is that a good thing or something wrong on my code?
2 http is using bun and cache and 3 is bun without the cache i already tried using bun with cache and it's faster too than using cache
2 http is using bun and cache and 3 is node.js without cache what i know isn't cache supposed to be faster?