swym icon indicating copy to clipboard operation
swym copied to clipboard

Does benches/increment.rs increment?

Open cmnord opened this issue 4 years ago • 2 comments

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

cmnord avatar Jun 18 '20 21:06 cmnord

HAH! Yeah. That's an oversight. It shouldn't matter much for the benchmark, but egg on my face for sure.

mtak- avatar Jun 18 '20 23:06 mtak-

Created #33 to close this!

cmnord avatar Jun 20 '20 16:06 cmnord