Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 920 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 920 Bytes

benchmark-name

Installs the benchmark-name benchmark and provides utilities to integrate with Cloud WorkBench.

Attributes

See attributes/default.rb

Usage

Cloud WorkBench

Metric Name Unit Scale Type
metric-name unit ratio/nominal
cpu model-name nominal

bold-written metrics are mandatory

benchmark-name::default

Add the benchmark-name default recipe to your Chef configuration in the Vagrantfile:

config.vm.provision 'cwb', type: 'chef_client' do |chef|
  chef.add_recipe '[email protected]'  # Version is optional
  chef.json =
  {
    'benchmark-name' => {
        'metric_name' => 'execution_time',
    },
  }
end

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)