David Blass @ssalbdivad.dev · Nov 20

Without delving in too much, one thing you have to pay close attention to is caching. Depending on what you're importing or instantiating outside `bench` calls, if TS can reuse cached types when evaluating your benchmark, it will affect the results.

0 likes 1 replies

?

Replies

Lenz Weber-Tronic · Nov 20

I think I did that. What irritated me is that the numbers didn't seem to change in future runs as I edited the types themselves.