Yes, that's log scale. Actual data points are here:
https://docs.google.com/spreadsheets/d/1g-Et7zAbjSJddx2pHEQKuWn6fu_yIfWxOaxGdwLlUOs/edit?usp=sharing. There are map sizes at which HashMap is almost 2 times faster than SmoothieMap, and vice versa. And these are consistent results at the given map sizes.
I've experimented with various benchmarks (unsuccessful lookup, insert, String key, etc, different GC algorithms) and they all produced completely different results past small map sizes, e. g. where memory access (locality) and fitting data into cache factors start to dominate. No common ground whatsoever. So I omitted this data and reflected this in the discussion in the post.