| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ca0968 commit 7d46437
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,13 +22,6 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench | |||
| 22 | 22 | </tr> | |
| 23 | 23 | </thead> | |
| 24 | 24 | <tbody> | |
| 25 | - <tr> | ||
| 26 | - <td>arrays</td> | ||
| 27 | - <td> | ||
| 28 | - Benchmarks for various operations on array-like objects, | ||
| 29 | - including <code>Array</code>, <code>Buffer</code>, and typed arrays. | ||
| 30 | - </td> | ||
| 31 | - </tr> | ||
| 32 | 25 | <tr> | |
| 33 | 26 | <td>assert</td> | |
| 34 | 27 | <td> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -125,28 +125,28 @@ run `node benchmark/run.js`. Again this does not provide the statistical | |||
| 125 | 125 | information to make any conclusions. | |
| 126 | 126 | ||
| 127 | 127 | ```console | |
| 128 | - $ node benchmark/run.js arrays | ||
| 128 | + $ node benchmark/run.js assert | ||
| 129 | 129 | ||
| 130 | - arrays/var-int.js | ||
| 131 | - arrays/var-int.js n=25 type=Array: 71.90148040747789 | ||
| 132 | - arrays/var-int.js n=25 type=Buffer: 92.89648382795582 | ||
| 130 | + assert/deepequal-buffer.js | ||
| 131 | + assert/deepequal-buffer.js method="deepEqual" strict=0 len=100 n=20000: 773,200.4995493788 | ||
| 132 | + assert/deepequal-buffer.js method="notDeepEqual" strict=0 len=100 n=20000: 964,411.712953848 | ||
| 133 | 133 | ... | |
| 134 | 134 | ||
| 135 | - arrays/zero-float.js | ||
| 136 | - arrays/zero-float.js n=25 type=Array: 75.46208316171496 | ||
| 137 | - arrays/zero-float.js n=25 type=Buffer: 101.62785630273159 | ||
| 135 | + assert/deepequal-map.js | ||
| 136 | + assert/deepequal-map.js method="deepEqual_primitiveOnly" strict=0 len=500 n=500: 20,445.06368453332 | ||
| 137 | + assert/deepequal-map.js method="deepEqual_objectOnly" strict=0 len=500 n=500: 1,393.3481642240833 | ||
| 138 | 138 | ... | |
| 139 | 139 | ||
| 140 | - arrays/zero-int.js | ||
| 141 | - arrays/zero-int.js n=25 type=Array: 72.31023859816062 | ||
| 142 | - arrays/zero-int.js n=25 type=Buffer: 90.49906662339653 | ||
| 140 | + assert/deepequal-object.js | ||
| 141 | + assert/deepequal-object.js method="deepEqual" strict=0 size=100 n=5000: 1,053.1950937538475 | ||
| 142 | + assert/deepequal-object.js method="notDeepEqual" strict=0 size=100 n=5000: 9,734.193251965213 | ||
| 143 | 143 | ... | |
| 144 | 144 | ``` | |
| 145 | 145 | ||
| 146 | 146 | It is possible to execute more groups by adding extra process arguments. | |
| 147 | 147 | ||
| 148 | 148 | ```console | |
| 149 | - $ node benchmark/run.js arrays buffers | ||
| 149 | + $ node benchmark/run.js assert async_hooks | ||
| 150 | 150 | ``` | |
| 151 | 151 | ||
| 152 | 152 | ### Comparing Node.js versions | |
| Back | FazBrowse Home | New Git URL |
0 commit comments