File: description

package info (click to toggle)
puppet-agent 8.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,392 kB
  • sloc: ruby: 286,820; sh: 492; xml: 116; makefile: 88; cs: 68
file content (6 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
Benchmark scenario: many functions spread across many modules.
Benchmark target: function loading and call overhead

A number of modules are generated. The environment, and each module holds a large number of functions (several 100s).
Fuctions call each other and cause deep recursion (and on demand loading as they are called.
Calls are made across modules, and to the environment.