Skip to content

Commit

Permalink
Fixed dead link in Readme.md
Browse files Browse the repository at this point in the history
Replaced a dead link in Readme.md by a link to the WaybackMachine
  • Loading branch information
Charles-Isaac authored and NickCraver committed Apr 9, 2018
1 parent e199a87 commit bf8fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The performance tests are broken in to 3 lists:
| Hand coded (using a `SqlDataReader`) | 47ms |
| Dapper `ExecuteMapperQuery` | 49ms |
| [ServiceStack.OrmLite](https://github.com/ServiceStack/ServiceStack.OrmLite) (QueryById) | 50ms |
| [PetaPoco](http://www.toptensoftware.com/petapoco/) | 52ms | [Can be faster](http://www.toptensoftware.com/blog/posts/94-PetaPoco-More-Speed) |
| [PetaPoco](http://www.toptensoftware.com/petapoco/) | 52ms | [Can be faster](http://web.archive.org/web/20170921124755/http://www.toptensoftware.com/blog/posts/94-PetaPoco-More-Speed) |
| BLToolkit | 80ms |
| SubSonic CodingHorror | 107ms |
| NHibernate SQL | 104ms |
Expand Down

0 comments on commit bf8fdb9

Please sign in to comment.