Definitely an insertion sort. Selection sorts use a swap function, which if you compare where the items should be results in a different set of data. The insertion sort appears the same, but that's because that item was already in the correct place of the sorted part.
Agree, benchmarking...