swym
swym copied to clipboard
Does benches/increment.rs increment?
It looks like increment::unlogged
and increment::logged
read and writes the same value without incrementing it. Am I misreading the code? Is this the intended behavior?
https://github.com/mtak-/swym/blob/master/benches/increment.rs#L23
HAH! Yeah. That's an oversight. It shouldn't matter much for the benchmark, but egg on my face for sure.
Created #33 to close this!