As per the React flame chart, the NaiveSameValuesEveryRender > ArrayComponent took almost twice as long to render as the MemoizedValues > ArrayComponent. The reason is because the bar is almost twice as wide.
However, the tooltips say that the render times are identical. So what are the render times?
Render time for NaiveSameValuesEveryRender > ArrayComponent:
Render time for MemoizedValues > ArrayComponent: