You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,8 @@ which starts a web browser
59
59
`npm run selenium`
60
60
which runs the seleniums tests
61
61
62
-
For each framework the results are stored in JSON format in the webdriver-java directory. The scripts makeChart.js and makeTable.js create the final results.
62
+
For each framework the results are stored in JSON format in the webdriver-java directory. The script makeTable.js creates the final results.
63
63
64
-
Open [http://localhost:8080/webdriver-java/chart.html](http://localhost:8080/webdriver-java/chart.html) or [http://localhost:8080/webdriver-java/table.html](http://localhost:8080/webdriver-java/table.html) for the results
64
+
Open [http://localhost:8080/webdriver-java/table.html](http://localhost:8080/webdriver-java/table.html) for the results
65
65
66
-
A test showing the durations on my machine can be seen here:
67
-
-[as a chart](https://cdn.rawgit.com/krausest/js-framework-benchmark/054d2d3fd226f5420fafecc60b05a363eb2b302a/webdriver-java/chart.html)
68
-
-[as a table](https://cdn.rawgit.com/krausest/js-framework-benchmark/054d2d3fd226f5420fafecc60b05a363eb2b302a/webdriver-java/table.html)
66
+
A test showing the durations on my machine can be seen [here](https://cdn.rawgit.com/krausest/js-framework-benchmark/a2abc0c745cfe542b4d64e2800052d89114e737b/webdriver-java/table.html)
0 commit comments