Files
bugsink/performance/out/some_script.txt
2023-12-19 17:08:57 +01:00

15 lines
478 B
Plaintext

## _prev_tup()
1_000 iterations of _prev_tup in 1.608mss. The main thing we care about is not this little
private helper though, but PeriodCounter.inc(). Let's test that next.
On testing: I noticed variations of a factor 2 even running these tests only a couple of times. For now I picked the
slow results for a check in.
## PeriodCounter.inc()
1_000 iterations of PeriodCounter.inc() in 82.716ms. We care about evaluation of some event more though. Let's
test that next.