Sha256: 0ae4fe74512fb5ab611edbc9fa185b9900c2b8dbc9b28d6205dad883e37b4971

Contents?: true

Size: 742 Bytes

Versions: 5

Compression:

Stored size: 742 Bytes

Contents

# 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.5 README.md
facter-statistax-0.0.4 README.md
facter-statistax-0.0.3 README.md
facter-statistax-0.0.2 README.md
facter-statistax-0.0.1 README.md