mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
benchmark: remove special test entries
It was necessary to have fallbacks to run the original tests. This is obsolete with the new test mode. PR-URL: https://github.com/nodejs/node/pull/31396 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
78aa348f4e
commit
357230f4b7
41 changed files with 15 additions and 81 deletions
|
@ -23,8 +23,6 @@ function main({ n, len, type }) {
|
|||
opts = { showHidden: true };
|
||||
arr = arr.fill('denseArray');
|
||||
break;
|
||||
// For testing, if supplied with an empty type, default to denseArray.
|
||||
case '':
|
||||
case 'denseArray':
|
||||
arr = arr.fill('denseArray');
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue