Skip to content

Commit

Permalink
soak test: add keystore file
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Jun 17, 2024
1 parent b48f8dc commit 712b0b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions soak_client_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

cd netty-websocket-http1-soaktest/build/install/netty-websocket-http1-soaktest/bin && ./netty-websocket-http1-soaktest-client
5 changes: 5 additions & 0 deletions soak_server_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

export NETTY_WEBSOCKET_HTTP1_PERFTEST_SERVER_OPTS='--add-exports java.base/sun.security.x509=ALL-UNNAMED'

cd netty-websocket-http1-soaktest/build/install/netty-websocket-http1-soaktest/bin && ./netty-websocket-http1-soaktest-server

0 comments on commit 712b0b3

Please sign in to comment.