46 Commits (4e27aa9603a281caf8241b1bba8e0f6d57554c57)

Author SHA1 Message Date
Gabriel Schulhof 276720921b
addons: remove semicolons from after module definition 8 years ago
Vse Mozhet Byt 22aa3d4899 benchmark: reduce string concatenations 8 years ago
Bartosz Sosnowski 6df23fa39f benchmark: fix punycode and get-ciphers benchmark 8 years ago
Bartosz Sosnowski 7587a11adc benchmark: remove forced optimization from misc 8 years ago
Joshua Colvin 1f342afab7 benchmark: move setImmediate benchmarks to timers 8 years ago
Michaël Zasso ad6e778c4a benchmark: add benchmark for object properties 8 years ago
Brian White d43b14495c
benchmark: move punycode benchmark out of net 8 years ago
Joyee Cheung 2826e6324c benchmark: allow benchmarks to specify flags 8 years ago
Rich Trott 566a1513d1 benchmark: reformat code for clarity 8 years ago
Bartosz Sosnowski 9e5a06ecf6 benchmark: make v8-bench.js output consistent 8 years ago
Bartosz Sosnowski 99a2dd03cd benchmark: add --expose_internals switch 8 years ago
Andreas Madsen d525e6c92a benchmark: remove broken string-creation.js 9 years ago
Andreas Madsen f99471b2ae benchmark: refactor to use process.send 9 years ago
surya panikkal 6abb06f821 benchmark: `util._extend` vs `object.assign` 8 years ago
Myles Borins cff2a137f2 benchmarks: fix lint error 9 years ago
James M Snell 33c242e7e9 console: refactor to use rest params and template strings 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
Rich Trott 1bedeeb41d benchmark: fix lint errors 9 years ago
Anton Khlynovskiy c647e87504 lib: freelist: use .pop() for allocation 9 years ago
Rich Trott dcfda1007b tools,benchmark: increase lint compliance 9 years ago
Andreas Madsen d9079ab801 benchmark: move misc to categorized directories 9 years ago
Rich Trott 4bb529d972 benchmark: use strict mode 9 years ago
Trevor Norris 56985ca258 node: improve accessor perf of process.env 9 years ago
Trevor Norris 36e8a2c63d node: improve performance of hrtime() 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Ben Noordhuis 50177fb13c benchmark: stop v8 benchmark clobbering RegExp 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
micnic 8c69d7bed4 domain: forward args to .run(fn) 10 years ago
Robert Kowalski efa47e593d benchmark: add test for module loader 10 years ago
Trevor Norris 9a29aa8c55 benchmark: update misc to new v8 API 11 years ago
Ben Noordhuis 05bd6b7bcd bench: add child process read perf benchmark 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 7658f4c29c bench: Fail gracefully if function_call binding fails 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 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 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 921c3c2097 bench: misc/startup.js 12 years ago
isaacs 3b16657e77 bench: misc/url 12 years ago