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:
parent
a5fa724a53
commit
0bb189b48d
1 changed files with 9 additions and 2 deletions
11
wercker.yml
11
wercker.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue