We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f74cdf commit daa221bCopy full SHA for daa221b
.travis.yml
@@ -96,13 +96,13 @@ script:
96
if [ "$PERFORMANCE" = "select" ]; then
97
cd examples
98
./benchmark_select 8080 $(nproc) &
99
- sleep 5 && ab -n 1000000 -c 100 localhost:8080/plaintext
+ sleep 5 && ab -n 10000000 -c 100 localhost:8080/plaintext
100
fi
101
- |
102
if [ "$PERFORMANCE" = "threads" ]; then
103
104
./benchmark_threads 8080 &
105
106
107
after_success:
108
- if [ "$DEBUG" = "debug" ] && [ "$COVERAGE" = "coverage" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then bash <(curl -s https://codecov.io/bash); fi
0 commit comments