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:
Ruben Bridgewater 2020-01-20 09:21:56 +01:00
parent 78aa348f4e
commit 357230f4b7
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
41 changed files with 15 additions and 81 deletions

View file

@ -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 = {