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 (13 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Benchmark scenario: evaluates a select set of time critical expressions
Benchmark target: measuring individual use cases of evaluation
Parser: Future

Evaluations:
* fcall_3x - calls sprintf 20x times
* fcall_4x - calls assert_type 20x times (is heavier than sprintf, have no similar simple 4x function)
* interpolation - does 20x interpolations of variying length
* var_absolute - references a top scope variable 20x times with absolute reference
* var_relative - references a top scope variable 20x times with non absolute reference
* var_class_absolute - references a class variable 20x times with absolute reference
* var_class_relative - references a class variable 20x times with non absolute reference