Skip to content

Commit 6e5146c

Browse files
authored
Merge pull request #3911 from kant/patch-1
Syntax issue on line 09
2 parents 9bb3a84 + d02edb8 commit 6e5146c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

developer_docs/benchmarking_p5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ We have a grunt task that runs performance benchmarks in multiple real browsers
44

55
Our benchmarking system consists of 3 main components:
66

7-
1. [Benchmark.js](https://benchmarkjs.com/) - the engine that runs the benchmarks and the framework for defining benchmarks.
7+
1. [Benchmark.js](https://benchmarkjs.com/) - The engine that runs the benchmarks and the framework for defining benchmarks.
88
2. [karma-benchmark](https://www.npmjs.com/package/karma-benchmark) - The karma plugin for launching and running the benchmarks in multiple real browsers.
9-
3. [grunt-karma](https://www.npmjs.com/package/grunt-karma) - The grunt plugin that allows us to define different karma configuations per grunt command. This allows us to run single benchmarks or groups of benchmarks.
9+
3. [grunt-karma](https://www.npmjs.com/package/grunt-karma) - The grunt plugin that allows us to define different karma configurations per grunt command. This allows us to run single benchmarks or groups of benchmarks.
1010

1111
## Basic instructions:
1212
### Install the new dependancies
@@ -116,4 +116,4 @@ You can see that `random-prod` actually loads the latest build from CDN. Then t
116116
grunt karma:random-prod karma:random-dev
117117

118118
## Notes
119-
I chose to put the grunt-karma tasks in it's own file `grunt-karma.js` instead of the main `Gruntfile.js`, because as we add more benchmarks overtime the file could grow quite long, and I wanted to keep the main Gruntfile clean.
119+
I chose to put the grunt-karma tasks in it's own file `grunt-karma.js` instead of the main `Gruntfile.js`, because as we add more benchmarks overtime the file could grow quite long, and I wanted to keep the main Gruntfile clean.

0 commit comments

Comments
 (0)