| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ef9cd8f commit eb159a8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,6 @@ function test(getBuffer) { | |||
| 38 | 38 | } | |
| 39 | 39 | ||
| 40 | 40 | test(() => Buffer(len)); | |
| 41 | - test(() => Buffer.allocUnsafeSlow(len)); | ||
| 42 | 41 | test(() => Buffer.alloc(len)); | |
| 43 | 42 | test(() => Buffer.allocUnsafe(len)); | |
| 44 | 43 | test(() => Buffer.allocUnsafeSlow(len)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments