mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
15 lines
478 B
Plaintext
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.
|
|
|