We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef33867 commit d49b890Copy full SHA for d49b890
1 file changed
.travis.yml
@@ -96,14 +96,14 @@ script:
96
if [ "$PERFORMANCE" = "select" ]; then
97
cd examples
98
./benchmark_select 8080 $(nproc) &
99
+ sleep 5 && ab -n 10000000 -c 1000 localhost:8080/plaintext
100
fi
- - if [ "$PERFORMANCE" = "select" ]; then ab -n 10000000 -c 1000 localhost:8080/plaintext; fi;
101
- |
102
if [ "$PERFORMANCE" = "threads" ]; then
103
104
./benchmark_threads 8080 &
105
106
- - if [ "$PERFORMANCE" = "threads" ]; then ab -n 10000000 -c 1000 localhost:8080/plaintext; fi;
107
after_success:
108
- if [ "$DEBUG" = "debug" ] && [ "$COVERAGE" = "coverage" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then bash <(curl -s https://codecov.io/bash); fi
109
matrix:
0 commit comments