0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/assert
Rich Trott 3418956349 benchmark: use consistent coding style in assert/*
Files in benchmark/assert/* were sometimes using trailing commas for
multi-line objects and sometimes not, mixing the approaches in the same
file sometimes. Standardize these files to always use trailing commas in
multi-line objects.

Additionally, remove some unnecessary line-wrapping (so that there are
fewer multi-line objects).

PR-URL: https://github.com/nodejs/node/pull/25865
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
2019-02-03 01:48:32 -08:00
..
deepequal-buffer.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-map.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-object.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-prims-and-objs-big-array-set.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-prims-and-objs-big-loop.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-set.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
deepequal-typedarrays.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
ok.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00
throws.js benchmark: use consistent coding style in assert/* 2019-02-03 01:48:32 -08:00