|
|
|
|
|
by js4ever
1962 days ago
|
|
If you want to run the benchmark on your own hardware: Install cloudgate: wget -O - https://cloudgate.terasp.net/CDN/cloudgate.sh | bash Create a sample project based on a template: cloudgate --create /tmp/myproj then type 0 to create a project based on "CatchAll" sample Finally start cloudgate on your new project path: cloudgate -r /tmp/myproj Then you can run the same wrk commands above in my original post |
|