205 Commits (e3c96c07f1c167dfb3dcc20c4bda8dbe5c60725d)

Author SHA1 Message Date
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis aff56cd2b4 lib: micro-optimize url.resolve() 10 years ago
Ben Noordhuis 6b2af5f0c7 benchmark: rename url.parse() benchmark 10 years ago
Ben Noordhuis d3f8db1244 lib: micro-optimize EventEmitter#removeListener() 10 years ago
Ben Noordhuis d0c238cc81 benchmark: fix printing of large numbers 10 years ago
Ben Noordhuis 1a63b45a2a benchmark: pre-optimize url.parse() before start 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
micnic 8c69d7bed4 domain: forward args to .run(fn) 10 years ago
Ben Noordhuis 21a679a10f benchmark: add url benchmarks 10 years ago
Robert Kowalski efa47e593d benchmark: add test for module loader 10 years ago
Nick Apperson ee95e4f5f7 buffer: improve {read,write}{U}Int* methods 11 years ago
Ben Noordhuis 8ae32a9864 bench: fix buffers/buffer-base64-encode benchmark 11 years ago
Raymond Feng 329103540c doc: Add a README for benchmark tests 11 years ago
Raymond Feng 4c672c8a5e benchmark: Add a test to measure Buffer.slice perf 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Nick Apperson d4fcb23e38 buffer: improve {read,write}{U}Int* methods 11 years ago
Timothy J Fontaine bfc823de90 benchmark: update to use new wrk 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago
Fedor Indutny f5ab3e4c5c benchmark: fixate `ciphers` in tls benchmarks 11 years ago
Jackson Tian 60958d235d benchmark: Correct the bufferSize to highWaterMark 11 years ago
Ben Noordhuis df3537102b benchmark: add http chunked encoding benchmarks 11 years ago
isaacs 00a1d3633c benchmark: Fix execArgv handling 11 years ago
isaacs 01f3b468a9 benchmark: Support passing v8 flags to benchmarks 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Trevor Norris 9a29aa8c55 benchmark: update misc to new v8 API 11 years ago
Ben Noordhuis d75f67f949 bench: fix up benchmarks after internal api change 11 years ago
Trevor Norris 22668db73d benchmark: update callbacks only receive data 11 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
isaacs 201baa273b benchmark: hash stream 12 years ago
Fedor Indutny f2d5cea73a benchmark: add chunked-encoding benchmark 12 years ago
Ben Noordhuis 05bd6b7bcd bench: add child process read perf benchmark 12 years ago
Trevor Norris 31314b6978 bench: compare binaries equal times 12 years ago
Ben Noordhuis 3dac421393 bench: add dgram send/recv benchmark 12 years ago
isaacs d62cf59dc1 http: Don't hot-path end() for large buffers 12 years ago
isaacs e7b8bad3d9 bench: Do math on numbers in compare.js, not strings 12 years ago
isaacs db5d58e842 bench: Use environ to run compares more than once 12 years ago
isaacs e4383c0170 bench: Add flag to be silent in runner 12 years ago
isaacs 88befa6021 bench: Make http easier to profile 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 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 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 12 years ago