Installs the benchmark-name
benchmark and provides utilities to integrate with Cloud WorkBench.
See attributes/default.rb
Metric Name | Unit | Scale Type |
---|---|---|
metric-name | unit | ratio/nominal |
cpu | model-name | nominal |
bold-written metrics are mandatory
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
Author:: YOUR_NAME (<YOUR_EMAIL>)