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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
7
+
Please include a summary of the change and which issue is fixed. Please also
8
+
include relevant motivation and context. List any dependencies that are required
9
+
for this change.
8
10
9
11
Fixes # (issue)
10
12
@@ -14,19 +16,23 @@ Please delete options that are not relevant.
14
16
15
17
-[ ] Bug fix (non-breaking change which fixes an issue)
16
18
-[ ] New feature (non-breaking change which adds functionality)
17
-
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
19
+
-[ ] Breaking change (fix or feature that would cause existing functionality to
20
+
not work as expected)
18
21
-[ ] This change requires a documentation update
19
22
20
23
# How Has This Been Tested?
21
24
22
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
25
+
Please describe the tests that you ran to verify your changes. Provide
26
+
instructions so we can reproduce. Please also list any relevant details for your
Copy file name to clipboardExpand all lines: benchmarks/README.md
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,34 @@
3
3
Documentation for benchmarks of CLI commands.
4
4
5
5
# Contents
6
-
*[Commands](#commands)
7
-
*[Update](#update)
6
+
7
+
-[Commands](#commands)
8
+
-[Update](#update)
8
9
9
10
# Commands
10
11
11
12
## Update
12
13
13
14
**Cautions**
14
15
15
-
* There may be a time where the deps are too out of date. They need to be out of date for `update` to update them,
16
-
so just bump them up to the release before the latest std
16
+
- There may be a time where the deps are too out of date. They need to be out of
17
+
date for `update` to update them, so just bump them up to the release before
18
+
the latest std
17
19
18
20
**How it Works**
19
21
20
-
* This benchmark uses a separate `deps.ts` file. The reason for this is so we can have a 'realworld' example, where many dependencies are used, and from various registries
22
+
- This benchmark uses a separate `deps.ts` file. The reason for this is so we
23
+
can have a 'realworld' example, where many dependencies are used, and from
24
+
various registries
21
25
22
-
* All but 1 dependency are out of date, to fully represent the test, as the `update` would update all the out of date dependencies
26
+
- All but 1 dependency are out of date, to fully represent the test, as the
27
+
`update` would update all the out of date dependencies
23
28
24
-
* This benchmark shows the execution time for running `update` against 14 separate dependencies, all varying from:
25
-
* deno.land/std/
26
-
* deno.land/x/
27
-
* x.nest.land
29
+
- This benchmark shows the execution time for running `update` against 14
0 commit comments