node/benchmark/misc
micnic 8c69d7bed4 domain: forward args to .run(fn)
Adds the feature to define arguments for the function called in
domain.run(), this is supposed to be useful when a function is called from
another context and some values from the current context are needed as
arguments, it's similar to the callback from setTimeout or setInterval.

PR-URL: https://github.com/iojs/io.js/pull/15
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-12 12:14:11 +11:00
..
function_call benchmark: update misc to new v8 API 2013-08-01 15:02:38 -07:00
child-process-read.js bench: add child process read perf benchmark 2013-03-25 13:16:07 +01:00
domain-fn-args.js domain: forward args to .run(fn) 2014-12-12 12:14:11 +11:00
module-loader.js benchmark: add test for module loader 2014-09-24 15:48:55 -07:00
next-tick-breadth.js bench: move next-tick to misc/next-tick-breadth 2013-02-19 14:14:34 -08:00
next-tick-depth.js bench: Move nexttick-2 to misc/next-tick-depth 2013-02-19 14:14:34 -08:00
spawn-echo.js bench: Move process_loop to misc/spawn-echo 2013-02-19 14:14:34 -08:00
startup.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
string-creation.js bench: Consistency in benchmark filenames 2013-02-19 17:16:55 -08:00
timers.js bench: Move timers to misc/timers 2013-02-19 14:14:34 -08:00
url.js bench: misc/url 2013-02-19 14:14:31 -08:00
v8-bench.js bench: Consistency in benchmark filenames 2013-02-19 17:16:55 -08:00