The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / benchmark @ 9836a4ee

Name Size
  arrays
  buffers
  crypto
  fs
  http
  misc
  net
  tls
common.js 4.9 KB
compare.js 3.73 KB
fs-write-stream-throughput.js 2.35 KB
http-flamegraph.sh 2.79 KB
http.sh 1.02 KB
http_bench.js 3.55 KB
http_server_lag.js 429 Bytes
http_simple.js 2.96 KB
http_simple.rb 2.21 KB
http_simple_auto.js 3.22 KB
http_simple_bench.sh 1.44 KB
http_simple_cluster.js 260 Bytes
idle_clients.js 920 Bytes
idle_server.js 573 Bytes
io.c 2.13 KB
plot.R 2.16 KB
report-startup-memory.js 40 Bytes
static_http_server.js 794 Bytes

Latest revisions

# Date Author Comment
9836a4ee 01/28/2014 05:49 PM Fedor Indutny

stream_wrap: use `uv_try_write` where possible

Use `uv_try_write` for string and buffer writes, thus avoiding to do
allocations and copying in some of the cases.

f5ab3e4c 12/06/2013 05:32 PM Fedor Indutny

benchmark: fixate `ciphers` in tls benchmarks

Benchmark should always use the same cipher in order to be truthful.

60958d23 11/06/2013 07:32 AM Jackson Tian

benchmark: Correct the bufferSize to highWaterMark

The bufferSize has been removed. Use highWaterMark instead of.
df353710 11/01/2013 10:44 AM Ben Noordhuis

benchmark: add http chunked encoding benchmarks

Test both "Content-Length: xxx" and "Transfer-Encoding: chunked" responses in
the http/simple benchmark.

2be09f94 08/31/2013 08:58 PM isaacs

Merge remote-tracking branch 'ry/v0.10'

00a1d363 08/31/2013 08:58 PM isaacs

benchmark: Fix execArgv handling

Bug in 01f3b46 causes the same benchmark to be run repeatedly.

Not so useful for the compare scripts.

cece1000 08/31/2013 02:29 PM isaacs

Merge remote-tracking branch 'ry/v0.10'

01f3b468 08/31/2013 01:36 PM isaacs

benchmark: Support passing v8 flags to benchmarks

The better to test --use-strict effects on performance.

(Spoiler: it has no measurable effect on performance.)

c171c490 08/19/2013 07:42 PM Matthew Aynalem

fixes #6031 spelling errors

explictly => explicitly
accesss => access
througput => throughput
epxression => expression
communiction => communication
becuase => because
repersent => represent
condonitions => conditions
decompresion => decompression
intentially => intentionally...

9a29aa8c 08/01/2013 06:02 PM Trevor Norris

benchmark: update misc to new v8 API

View revisions

Also available in: Atom