<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/benchmark/http_simple.js, branch node-review</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>bench: Make http easier to profile</title>
<updated>2013-02-26T01:47:28+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-02-25T16:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=88befa6021d136257939a2caba14e69ad9c43dd5'/>
<id>88befa6021d136257939a2caba14e69ad9c43dd5</id>
<content type='text'>
Do not run the http/simple.js server in a child process.

Fix #4831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not run the http/simple.js server in a child process.

Fix #4831
</pre>
</div>
</content>
</entry>
<entry>
<title>bench: http benchmarks</title>
<updated>2013-02-19T22:14:31+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-02-12T07:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=536ce446898f3b788d7f0134de8397db55161b07'/>
<id>536ce446898f3b788d7f0134de8397db55161b07</id>
<content type='text'>
Also: make http_simple less chatty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: make http_simple less chatty
</pre>
</div>
</content>
</entry>
<entry>
<title>bench: use res.end() for chunked encoding</title>
<updated>2012-12-20T10:44:10+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-12-19T13:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ba407ce4106635949fcd5fdeced255d543ab1079'/>
<id>ba407ce4106635949fcd5fdeced255d543ab1079</id>
<content type='text'>
Use res.end() for the final chunk so we can benchmark the 'hot path' shortcut
in lib/http.js that packs the headers and the body into a single packet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use res.end() for the final chunk so we can benchmark the 'hot path' shortcut
in lib/http.js that packs the headers and the body into a single packet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Benchmark: add /unicode/nnn bench to http_simple.js</title>
<updated>2012-05-09T01:56:09+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-05-08T16:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4ddafbd5633827b4e855472acebf4525c817e011'/>
<id>4ddafbd5633827b4e855472acebf4525c817e011</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Benchmark: clean up http_simple.js</title>
<updated>2012-05-09T01:56:07+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-05-08T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7f68f256cfac319fba1c47f60f5aab008fbb170e'/>
<id>7f68f256cfac319fba1c47f60f5aab008fbb170e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add switches to http_simple bench to use domains</title>
<updated>2012-04-17T20:14:55+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-04-10T21:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=45c1d4f96f48c30bd3036938fb922e050e76c2e0'/>
<id>45c1d4f96f48c30bd3036938fb922e050e76c2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bench: add /echo endpoint to http_simple</title>
<updated>2011-12-30T01:03:10+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2011-12-30T01:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8b2abed03df9bc16b37d1ac21bfc68b36dfa9f47'/>
<id>8b2abed03df9bc16b37d1ac21bfc68b36dfa9f47</id>
<content type='text'>
Copies the POST request data verbatim into the response body.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copies the POST request data verbatim into the response body.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove uname and git-rev detection from http_simple.js</title>
<updated>2011-10-12T19:29:40+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-12T19:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=16e1d5b5ceb43610dac3d73d5ea063f5e182d8bb'/>
<id>16e1d5b5ceb43610dac3d73d5ea063f5e182d8bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print libuv counters after http_simple exits</title>
<updated>2011-10-06T22:02:27+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-10-06T22:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f018be3b5f6dad3a92cf41706ad5ed74dc221f6e'/>
<id>f018be3b5f6dad3a92cf41706ad5ed74dc221f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bench: make number of response body chunks configurable in http_simple</title>
<updated>2011-08-17T21:26:23+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2011-08-17T20:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=63607a0304e99259d3b7a24c44f7d29384b93cb4'/>
<id>63607a0304e99259d3b7a24c44f7d29384b93cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
