mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Enable more open files
|
|
ulimit -n 20000
|
|
|
|
# Run the test under k6
|
|
k6 run test.js
|