2015-11-16 22:47:14 -06:00
|
|
|
box: wercker/rvm
|
2015-10-31 13:28:22 +09:00
|
|
|
build:
|
|
|
|
steps:
|
2015-11-16 22:47:14 -06:00
|
|
|
- rvm-use:
|
|
|
|
version: 2.2.3
|
2015-11-03 13:35:24 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: update bundler
|
|
|
|
code: gem update bundler
|
|
|
|
|
|
|
|
- bundle-install
|
|
|
|
|
2015-10-31 20:14:38 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: clone hamlit1
|
|
|
|
code: bin/clone
|
2015-10-31 13:28:22 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: "[benchmark] static attributes"
|
2015-11-21 17:40:30 +09:00
|
|
|
code: bin/bench bench -w benchmark/boolean_attribute.haml benchmark/class_attribute.haml benchmark/id_attribute.haml benchmark/data_attribute.haml benchmark/common_attribute.haml
|
2015-10-31 21:47:38 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: "[benchmark] dynamic attributes"
|
2015-11-21 17:40:30 +09:00
|
|
|
code: bin/bench bench -w benchmark/dynamic_attributes/boolean_attribute.haml benchmark/dynamic_attributes/class_attribute.haml benchmark/dynamic_attributes/id_attribute.haml benchmark/dynamic_attributes/data_attribute.haml benchmark/dynamic_attributes/common_attribute.haml
|
2015-11-03 22:55:48 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: "[benchmark] plain text"
|
2015-11-21 17:40:30 +09:00
|
|
|
code: bin/bench bench -w benchmark/plain.haml
|
2015-11-03 01:01:06 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: "[benchmark] script"
|
2015-11-21 17:40:30 +09:00
|
|
|
code: bin/bench bench -w benchmark/script.haml
|
2015-11-03 01:01:06 +09:00
|
|
|
- script:
|
2015-11-16 22:47:14 -06:00
|
|
|
name: "[benchmark] attribute_builder bench by faml"
|
2015-11-21 17:40:30 +09:00
|
|
|
code: bin/bench bench -w benchmark/etc/attribute_builder.haml
|
2015-10-31 13:28:22 +09:00
|
|
|
- script:
|
2015-11-22 19:42:58 +09:00
|
|
|
name: "[benchmark] slim-template/slim/benchmarks"
|
|
|
|
code: bundle exec ruby benchmark/slim/run-benchmarks.rb
|
2015-11-22 03:02:55 +09:00
|
|
|
- script:
|
|
|
|
name: "[benchmark] static analyzer"
|
|
|
|
code: bin/bench bench -w benchmark/etc/static_analyzer.haml
|