isaacs
88befa6021
bench: Make http easier to profile
Do not run the http/simple.js server in a child process.
Fix #4831
12 years ago
isaacs
053e02ef8e
benchmark: Fix alignment issues on --html compare output
12 years ago
isaacs
bd4d585b7a
bench: Add bench-crypto
12 years ago
isaacs
4b80f217cd
bench: Simplify duration arguments to benchmarks
For throughput benchmarks, run with just 5s durations rather than 1s and 3s.
For startup benchmark, run with just a single 1s duration, since it's very
consistent anyway.
12 years ago
isaacs
2ed56e5235
bench: Consistency in benchmark filenames
12 years ago
isaacs
06fbcca6bb
bench: Remove _bench_timer (no loner used)
12 years ago
isaacs
ef08f0fbb1
bench: Use wrk for http benchmarking
Remove ab, since it's no longer used.
12 years ago
isaacs
035aa6b4ce
bench: Show % change rather than % difference
12 years ago
isaacs
087c437961
bench: Add --html to compare script
12 years ago
isaacs
7658f4c29c
bench: Fail gracefully if function_call binding fails
12 years ago
isaacs
7d51745827
bench: Remove old run script
12 years ago
isaacs
0a406869df
bench: Replace tls-fragmentation with tls/throughput
12 years ago
isaacs
bafc51c0f9
bench: Move tls-connect into benchmark/tls
Also, make it work properly with current node.
12 years ago
isaacs
8c719f7c71
bench: Make io.c output easier to read
12 years ago
isaacs
8a3f52170e
bench: Remove io.js
Better covered by the other benchmark/fs scripts.
12 years ago
isaacs
2a64edb025
bench: Add fs write stream throughput
12 years ago
isaacs
1fc6f99340
bench: Add read-stream throughput
12 years ago
isaacs
6d116be7cf
bench: Move fs-readfile.js to fs/readfile.js
12 years ago
isaacs
844b33205c
bench: Move v8_bench into misc
12 years ago
isaacs
2a2942bd7f
bench: Move string_creation into misc
12 years ago
isaacs
fef35fc4f1
bench: Remove settimeout (Covered by misc/timeout.js)
12 years ago
isaacs
3761be3d99
bench: Move timers to misc/timers
12 years ago
isaacs
7e5cd08061
bench: move next-tick to misc/next-tick-breadth
12 years ago
isaacs
f7a4ccb409
bench: Move nexttick-2 to misc/next-tick-depth
x
12 years ago
isaacs
44be55fc4e
bench: Move process_loop to misc/spawn-echo
12 years ago
isaacs
4e1bcdcab9
bench: Add function_call to bench-misc
12 years ago
isaacs
e87ed91fac
bench: Arrays
12 years ago
isaacs
3f67a48dd4
bench: Add buffers/dataview_set
12 years ago
isaacs
56b22956ad
bench: Remove unused 'fast_buffer2' benchmarks
12 years ago
isaacs
048f7fd37c
bench: Merge fast_buffer_creation and buffer_creation
12 years ago
isaacs
55aa2571a0
bench: Buffer read/write benchmarks
12 years ago
isaacs
419607e8eb
bench: Buffer creation
12 years ago
isaacs
cc38528acf
bench: buffer-base64-encode
12 years ago
isaacs
921c3c2097
bench: misc/startup.js
12 years ago
isaacs
3b16657e77
bench: misc/url
12 years ago
isaacs
536ce44689
bench: http benchmarks
Also: make http_simple less chatty
12 years ago
isaacs
d5d04a51d6
bench: Remove client_latency
No one actually knows what this is supposed to be doing,
anyway. It's not a good benchmark.
12 years ago
isaacs
051c1317f9
bench: Remove throughput (covered by benchmark/net)
12 years ago
isaacs
e82f97401f
bench: net benchmarks using common script
12 years ago
isaacs
baea73ccda
bench: Move net-pipe into benchmark/net
12 years ago
isaacs
aa2edd4b89
bench: A compare script for analyzing benchmarks
12 years ago
isaacs
37077de83d
bench: add runner
12 years ago
isaacs
dd069a2539
bench: Add ab() method to common for http testing
12 years ago
isaacs
00e1962495
bench: Add common script
12 years ago
isaacs
8476aefc8e
fs: Change default WriteStream config, increase perf
This increases fs.WriteStream throughput dramatically by removing the
"higher default water marks" for fs.WriteStream.
Also includes a benchmark. Current performance is significantly higher
than v0.8 for strings at all tested levels except size=1. Buffer
performance is still lackluster.
Further improvement in the stream.Writable base class is required, but
this is a start.
12 years ago
Ben Noordhuis
19d29aa0e8
bench: make io.c file path configurable
12 years ago
isaacs
72dd3b4e25
benchmark: Port http.sh from master
12 years ago
isaacs
ae6f4b32c4
benchmark: Add resume() in static_http_server
12 years ago
Trevor Norris
22b84e6216
buffer: floating point read/write improvements
Improvements:
* floating point operations are approx 4x's faster
* Now write quiet NaN's
* all read/write on floating point now done in C, so no more need for
lib/buffer_ieee754.js
* float values have more accurate min/max value checks
* add additional benchmarks for buffers read/write
* created benchmark/_bench_timer.js which is a simple library that
can be included into any benchmark and provides an intelligent tracker
for sync and async tests
* add benchmarks for DataView set methods
* add checks and tests to make sure offset is greater than 0
12 years ago
isaacs
7550e31d1a
benchmark: Make flamegraphs a bit more useful
12 years ago