Sha256: ea26eb14a2bfe26ec77cb43eb16d0d83cec2f6250d1825ce2f5a0959905a7a8c
Contents?: true
Size: 881 Bytes
Versions: 5
Compression:
Stored size: 881 Bytes
Contents
# facter-statistax [](https://travis-ci.com/puppetlabs/facter-statistax) Benchmark tool for different versions of Puppet Facter. In order to run this script you must create a 'config.json' file with the following format: ``` [ { "test_run":"TestRun1", "runs":[ { "fact":"os", "repetitions":3 }, { "fact":"os uptime", "repetitions":1 }, { "fact":"all", "repetitions":3 } ] } ] ``` After you create the config file, run: ```statistax path_to_config_file (true)```. statistax.rb can receive true or false. True means that you want to measure facter gem, false is for c++ facter (the 3rd parameter is by default "false"). You will find all the output from all runs in log/facter_statistax.log.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
facter-statistax-0.0.10 | README.md |
facter-statistax-0.0.9 | README.md |
facter-statistax-0.0.8 | README.md |
facter-statistax-0.0.7 | README.md |
facter-statistax-0.0.6 | README.md |