mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +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
|
@ -9,7 +9,6 @@ const bench = common.createBenchmark(main, {
|
|||
});
|
||||
|
||||
function main({ n, type, endian, value }) {
|
||||
type = type || 'Double';
|
||||
const buff = Buffer.alloc(8);
|
||||
const fn = `read${type}${endian}`;
|
||||
const values = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue