File tree Expand file tree Collapse file tree 1 file changed +24
-17
lines changed
Expand file tree Collapse file tree 1 file changed +24
-17
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,31 @@ dependencies:
1313
1414build :
1515 dependencies :
16- rust-lang.org : ' >=1.56'
17- rust-lang.org/cargo : ' *'
18- script : cargo install --path . --root {{prefix}}
16+ rust-lang.org : " >=1.56"
17+ rust-lang.org/cargo : " *"
18+ script :
19+ - sed -i '1,20s/^version = ".*"$/version = "{{version}}"/' Cargo.toml
20+ - cargo install --path . --root {{prefix}}
1921
2022test :
21- - test "$(drill --version)" = "drill {{version}}"
22- - run : drill --benchmark $FIXTURE --stats
23- fixture :
24- extname : yml
25- content : |
26- ---
23+ env :
24+ RUST_BACKTRACE : 1
25+ script :
26+ - test "$(drill --version)" = "drill {{version}}"
27+ # 0.9.0 crashes on long runtimes.
28+ # https://github.com/fcsonline/drill/issues/216
29+ - run : drill --benchmark $FIXTURE --stats --timeout 4
30+ fixture :
31+ extname : yml
32+ content : |
33+ ---
2734
28- concurrency: 4
29- base: 'http://pkgx.sh'
30- iterations: 5
31- rampup: 2
35+ concurrency: 4
36+ base: 'http://pkgx.sh'
37+ iterations: 5
38+ rampup: 2
3239
33- plan:
34- - name: Fetch root
35- request:
36- url: /
40+ plan:
41+ - name: Fetch root
42+ request:
43+ url: /
You can’t perform that action at this time.
0 commit comments