ORM Battle
A entire website dedicated to analysing and comparing various .NET ORM (Object Relational Mapping) products!
Bear in mind, though, that even the ORMBattle website only compares about 7 or 8 ORM's (although the ones it does compare, it seems to do so fairly thoroughly but see disclaimer below).
According to the SharpToolBox website, there are about 40 ORM's available!
The list of ORM products, and their descriptions on the SharpToolBox website should give you a good start. See here:
SharpToolBox Search Results for Object-Relational Mapping
Considering that pretty much every developer, and every application's data access needs can vary, finding a complete comparison between all of them will be difficult. This is probably the reason that over 40 different ORM products exist since there is no "one-size-fits-all" in the world of ORM.
Also, please bear in mind that any comparisons between ORM products may well be "flawed" since you can't always be sure that the various functionality of different ORM products is designed for the exact same purposes. A comment by AJ on this answer links to a blog post by Ayende Rahien who describes exactly this phenomenon when ORMBattle compared NHibernate to other ORMs.
I think the best approach is to look at the benchmarks, and read the descriptions of each ORM, but don't take those things literally, but rather interpret those figures based upon what your own application should be doing. For example, if your application primarily reads and writes database records one at a time, you'll probably use a completely different ORM product than an application that needs to process database records in batches.