1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Update CI bench

This commit is contained in:
Takashi Kokubun 2015-11-03 01:01:06 +09:00
parent a5fa724a53
commit 0bb189b48d

View file

@ -3,13 +3,20 @@ build:
steps:
- bundle-install
- script:
code: bin/bench bench -c benchmark/old_attributes.haml
- script:
name: attribute_builder.haml
code: bin/bench bench -c benchmark/attribute_builder.haml
- script:
name: basic.haml
code: bin/bench bench -c benchmark/basic.haml
- script:
name: tags.haml
code: bin/bench bench -c benchmark/tags.haml
- script:
name: real_sample.haml
code: bin/bench bench -c benchmark/real_sample.haml
- script:
name: old_attributes.haml
code: bin/bench bench -c benchmark/old_attributes.haml
- script:
name: minitest
code: bundle exec rake test