Skip to content

Commit 02f8282

Browse files
authored
Update README.md
1 parent 074dade commit 02f8282

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ This is a simple benchmark for several javascript frameworks. The benchmarks cre
1919
* startup time: Duration for loading and parsing the javascript code and rendering the page.
2020

2121
For all benchmarks the duration is measured including rendering time. You can read some details on this [article](http://www.stefankrause.net/wp/?p=218).
22-
The results of this benchmark is outlined on my blog ([round 1](http://www.stefankrause.net/wp/?p=191), [round 2](http://www.stefankrause.net/wp/?p=283), [round 3](http://www.stefankrause.net/wp/?p=301), [round 4](http://www.stefankrause.net/wp/?p=316), and [round 5](http://www.stefankrause.net/wp/?p=392)).
22+
The results of this benchmark is outlined on my blog ([round 1](http://www.stefankrause.net/wp/?p=191), [round 2](http://www.stefankrause.net/wp/?p=283), [round 3](http://www.stefankrause.net/wp/?p=301), [round 4](http://www.stefankrause.net/wp/?p=316) [round 5](http://www.stefankrause.net/wp/?p=392) and [round 6](http://www.stefankrause.net/wp/?p=431)).
2323

24+
## Temporary results
25+
26+
Official results are posted on the blog mentioned above. A snapshot that may not have the same quality (i.e.
27+
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)
2428

2529
## Important News
2630

@@ -92,8 +96,6 @@ which runs the seleniums tests
9296

9397
Open [http://localhost:8080/webdriver-ts/table.html](http://localhost:8080/webdriver-ts/table.html) for the results
9498

95-
A test showing the durations on my machine (MacBook Pro 15, 2,5 GHz i7, 16 GB RAM) can be seen [here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts/table.html)
96-
9799
Single tests can be repeated easily. Just `cd webdriver-ts` and run the benchmarks and frameworks you want, e.g:
98100
`npm run selenium -- --framework angular bob --benchmark 01_ 02_`
99101
runs the test for all frameworks that contain either angular or bob, which means all angular versions and bobril and all benchmarks whose id contain 01_ or 02_

0 commit comments

Comments
 (0)