rax icon indicating copy to clipboard operation
rax copied to clipboard

Benchmark iteration test for binary 64 bit timer entries

Open michaelplaing opened this issue 2 years ago • 3 comments

Show iteration times for various instances of a simple model of timers similar to those used by Redis.

This is the first of 2 PRs. The 2nd PR has changes to iteration for which these new benchmarks provide useful comparisons.

michaelplaing avatar May 01 '22 12:05 michaelplaing

I merged your patch in my rax fork that already merged patches from redis.

Test does not compile and is fixed with https://github.com/jcorporation/rax/commit/f089a12f45bfd084ccb83138e0794d3a728aa8c7.

jcorporation avatar May 05 '22 09:05 jcorporation

Sigh. Your fix doesn't work on my M1 Mac... I'll look at alternatives.

michaelplaing avatar May 05 '22 21:05 michaelplaing

Just merged your fix and it works!

jcorporation avatar May 06 '22 12:05 jcorporation