mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
benchmark: fix typo in method name for error-stack
PR-URL: https://github.com/nodejs/node/pull/58128 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
This commit is contained in:
parent
995ad2b053
commit
4db978b111
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
|
|||
'without-sourcemap',
|
||||
'sourcemap',
|
||||
'node-modules-without-sourcemap',
|
||||
'node-module-sourcemap'],
|
||||
'node-modules-sourcemap'],
|
||||
n: [1e5],
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue