Sha256: 87380392683eac8c9ef681b48cc6beb14232d25f7124bae432c29d77f81fb9e4

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# This template was generated by Mach5 Tools.
# For more information: https://github.com/igorbonadio/mach5-tools

Mach5::configure "{{PROJECT_NAME}}" do

  # benchmark "8327da83b11ccfe9ab7f03426abb5b2c846e4a88" => 'your_tag' do
  #   add "FixtureName1.BenchmarkName1"
  #   add "FixtureName2.BenchmarkName2"
  # end

  # chart "my_chart" do
  #   title "My Chart"
  #   add_serie "8327da83b11ccfe9ab7f03426abb5b2c846e4a88" => "FixtureName1.BenchmarkName1"
  #   add_serie "your_tag"                                 => "FixtureName2.BenchmarkName2"
  #   x_axis "Something Here"
  #   y_axis "Other thing here"
  # end

  # before do
  #   exec "cd build && cmake .."
  #   exec "cd build && make"
  # end

  # run do
  #   exec "./build/benchmark/benchmark"
  # end

  # after do
  #   exec "cd build && make clean"
  # end

  # output "_benchmark"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mach5-tools-0.3.0 lib/templates/Mach5file