Skip to content

Commit 8ef3b9f

Browse files
authored
Update README.md
1 parent 02f8282 commit 8ef3b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The results of this benchmark is outlined on my blog ([round 1](http://www.stefa
2525

2626
Official results are posted on the blog mentioned above. A snapshot that may not have the same quality (i.e.
2727
results might be for mixed browser versions, number of runs per benchmark may vary) can be seen [here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html) or as a static page here [here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts/table.html)
28+
The benchmark was run on a MacBook Pro 15 (2,5 GHz i7, 16 GB RAM, OSX >= 10.12.5, Chrome >= 58.0.3029.110 (64-bit))
2829

2930
## Important News
3031

@@ -94,7 +95,7 @@ which starts a web server
9495

9596
which runs the seleniums tests
9697

97-
Open [http://localhost:8080/webdriver-ts/table.html](http://localhost:8080/webdriver-ts/table.html) for the results
98+
Open [http://localhost:8080/webdriver-ts-results/table.html](http://localhost:8080/webdriver-ts-results/table.html) or the static version [http://localhost:8080/webdriver-ts/table.html](http://localhost:8080/webdriver-ts/table.html) for the results
9899

99100
Single tests can be repeated easily. Just `cd webdriver-ts` and run the benchmarks and frameworks you want, e.g:
100101
`npm run selenium -- --framework angular bob --benchmark 01_ 02_`

0 commit comments

Comments
 (0)