You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our benchmark-http.sh script uses wrk under the hood. Wrk seems to ignore error code 403, and happily continues execution and reports some (meaningless) statistics:
Description of the problem
Our
benchmark-http.sh
script useswrk
under the hood. Wrk seems to ignore error code 403, and happily continues execution and reports some (meaningless) statistics:This was detected during #2018.
Our CI should either:
wget <file under test>
before wrk,benchmark-http.sh
script somehow.Currently our CI just runs
benchmark-http.sh
script that invokes wrk, and such errors are not noticed:gramine/.ci/lib/stage-test-sgx.jenkinsfile
Line 89 in 91c90b4
Gramine commit hash
91c90b4
The text was updated successfully, but these errors were encountered: