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:
Miguel Marcondes Filho 2025-05-04 16:55:30 -03:00 committed by GitHub
parent 995ad2b053
commit 4db978b111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
'without-sourcemap',
'sourcemap',
'node-modules-without-sourcemap',
'node-module-sourcemap'],
'node-modules-sourcemap'],
n: [1e5],
});