start work on benchmarks

This commit is contained in:
Martin Angers
2012-09-11 11:00:14 -04:00
parent 7b5bdc108a
commit f0e21587c8
6 changed files with 953 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ func ExampleScrape_MetalReview() {
// Load the HTML document (in real use, the type would be *goquery.Document)
var doc *Document
var e error
if doc, e = NewDocument("http://metalreview.com"); e != nil {
panic(e.Error())
}