node/test/sequential
Rich Trott f23d533168 test: reduce run time for test-benchmark-http
Specify more configuration options to reduce run time by about a third.

PR-URL: https://github.com/nodejs/node/pull/14180
Fixes: https://github.com/nodejs/node/issues/14177
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-07-19 15:02:27 -04:00
..
sequential.status benchmark: terminate child process on Windows 2017-04-28 16:18:35 -07:00
test-benchmark-child-process.js test: minimize time for child_process benchmark 2017-04-19 15:55:32 -07:00
test-benchmark-http.js test: reduce run time for test-benchmark-http 2017-07-19 15:02:27 -04:00
test-benchmark-net.js test: reduce test-benchmark-net run duration 2017-07-19 15:02:27 -04:00
test-buffer-creation-regression.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-child-process-emfile.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-child-process-execsync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-child-process-fork-getconnections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-pass-fd.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-05-02 07:50:16 +02:00
test-crypto-timing-safe-equal.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-debugger-debug-brk.js inspector: --debug* deprecation and invalidation 2017-05-29 09:35:31 -07:00
test-debugger-repeat-last.js test: make tests pass when built without inspector 2017-04-26 10:02:15 +02:00
test-deprecation-flags.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-dgram-bind-shared-ports.js test: harden test-dgram-bind-shared-ports 2017-06-10 17:54:45 +02:00
test-dgram-pingpong.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-domain-abort-on-uncaught.js test: make the rest of tests path-independent 2017-05-14 16:05:48 +03:00
test-fs-readfile-tostring-fail.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-fs-watch.js test: use mustNotCall() in test-fs-watch 2017-06-21 22:42:55 +02:00
test-http-regr-gh-2928.js
test-http-server-consumed-timeout.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-init.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
test-net-better-error-messages-port.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-connect-local-error.js test: fix sequential test-net-connect-local-error 2017-05-23 11:39:12 -07:00
test-net-GH-5504.js test: refactor test-net-GH-5504 2017-05-19 21:42:52 -07:00
test-net-listen-shared-ports.js test: track callback invocations 2017-05-18 23:25:32 +02:00
test-net-reconnect-error.js test: move net reconnect error test to sequential 2017-05-20 08:08:13 -04:00
test-net-server-address.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-net-server-bind.js test: refactor test-net-server-bind 2017-06-05 12:21:11 -07:00
test-next-tick-error-spin.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-warnings.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
test-regress-GH-784.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
test-regress-GH-877.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1697.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1726.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4015.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-4027.js test,fs: delay unlink in test-regress-GH-4027.js 2017-07-19 15:02:05 -04:00
test-repl-timeout-throw.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-require-cache-without-stat.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-stream2-fs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-stderr-sync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-timers-blocking-callback.js
test-util-debug.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-timeout-rethrow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py