Skip to content

Commit c2f6306

Browse files
Update README.md
1 parent 27c828c commit c2f6306

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# JavaScriptIssuesStudy
2-
#Introduction
2+
# Introduction
33

44
Understanding the performance problems that JavaScript developers face in practice is crucial to improve the performance of JavaScript programs. This repository contains 98 reproduced performance issues from 16 popular client-side and server-side JavaScript projects. It also contains jsexecutor, a tool for reliably measuring the performance of a JavaScript program. We make these issues available
55
- to help developers to avoid common mistakes,
66
- to help researchers develop performance-related tools and techniques that address relevant problems, and
77
- to help developers of JavaScript engines to address prevalent bottleneck patterns.
88

9-
#Requirements
9+
# Requirements
1010
We run all experiments on a machine with a Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz and 16GB RAM.
1111
- To experiment with issues that run on server-side environments: [node.js](http://nodejs.org/) environment, and/or [io.js](https://iojs.org/). We run experiments on node v0.10.37 and v0.12 and io.js 3.2.0. To switch between different versions of node.js and io.js, we use [nvm](https://www.npmjs.com/package/nvm).
1212
- Client-side issues can be run in Chrome or Firefox. We reproduce client-side issues in: Firefox 24, 31, 39 and Chrome 17, 29, 42. All releases of Firefox can be found at: https://ftp.mozilla.org/pub/firefox/releases/ and we downloaded all Chrome versions from: http://www.oldapps.com/google_chrome.php.
@@ -16,8 +16,8 @@ We run all experiments on a machine with a Intel(R) Core(TM) i7-4600U CPU @ 2.10
1616
```.
1717
This will install jsexecutor with all dependencies.
1818
19-
#Run Experiments
20-
##To reproduce server-side performance issues:
19+
# Run Experiments
20+
## To reproduce server-side performance issues:
2121
2222
In the JavaScriptIssuesStudy directory:
2323
@@ -37,7 +37,7 @@ Example of reproducing perf issue that runs in server environments:
3737
jsexecutor serverIssues/ChalkIssues/issues/issue_27a/test_case_before.js serverIssues/ChalkIssues/issues/issue_27a/test_case_after.js 5 5 10 0.9
3838
```
3939
40-
##To reproduce client-side performance issues:
40+
## To reproduce client-side performance issues:
4141
4242
In the JavaScriptIssuesStudy directory:
4343
```

0 commit comments

Comments
 (0)