From c7c22e3db1c826bcfb2bc66651ec480aae0d4ae0 Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 4 Apr 2015 01:00:59 -0700 Subject: first --- node_modules/webworker-threads/benchmark/b04_only_quick.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 node_modules/webworker-threads/benchmark/b04_only_quick.js (limited to 'node_modules/webworker-threads/benchmark/b04_only_quick.js') diff --git a/node_modules/webworker-threads/benchmark/b04_only_quick.js b/node_modules/webworker-threads/benchmark/b04_only_quick.js new file mode 100644 index 0000000..105ebb2 --- /dev/null +++ b/node_modules/webworker-threads/benchmark/b04_only_quick.js @@ -0,0 +1,14 @@ + + +function ƒ (req, res) { + res.end(" QUICK"); + process.stdout.write(" QUICK"); +} + + +var port= +process.argv[2] || 1234; +var http= require('http'); +http.globalAgent.maxSockets= 8192+2048; +http.createServer(ƒ).listen(port); +console.log('Fibonacci server (NO THREADS) running @port: '+ port); + -- cgit v1.2.3-70-g09d2