Installs the molecular-dynamics-simulation
benchmark and provides utilities to integrate with Cloud WorkBench.
See attributes/default.rb
Metric Name | Unit | Scale Type |
---|---|---|
execution_time | seconds | ratio |
cpu | model-name | nominal |
bold-written metrics are mandatory
Add the molecular-dynamics-simulation
default recipe to your Chef configuration in the Vagrantfile:
config.vm.provision 'chef_client' do |chef|
chef.add_recipe '[email protected]' # Version is optional
chef.json =
{
'molecular-dynamics-simulation' => {
'metric_name' => 'execution_time',
# Determines the simulation size
'np' => 10_000,
},
}
end
Author:: Joel Scheuner ([email protected])