Querying indexed data should be faster than non-indexed data, to prove that, we'd need to create a test that would create a table with two columns one indexed and one non-indexed.
Both columns would hold the same values for a big number of records.
The test would assert that the query to find one or multiple records should be faster than
on indexed column than on non-indexed columns.