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
@@ -184,15 +186,23 @@ For instructions on how to use the loader with OpenWhisk go to `openwhisk_setup/
184
186
Currently supported vendors: AWS
185
187
186
188
Setup Instructions:
189
+
187
190
1. Sign up for a Serverless account [here](https://app.serverless.com/)
188
-
2. Install Serverless framework via command line `npm install -g serverless` to allow our Go code to interact with the Serverless CLI framework e.g. `sls deploy`
189
-
3. Follow their [setup guide](https://www.serverless.com/framework/docs/getting-started) to link the respective cloud providers
191
+
2. Install Serverless framework via command line `npm install -g serverless` to allow our Go code to interact with the
192
+
Serverless CLI framework e.g. `sls deploy`
193
+
3. Follow their [setup guide](https://www.serverless.com/framework/docs/getting-started) to link the respective cloud
194
+
providers
190
195
191
196
To run the default Loader:
197
+
192
198
1. Change the `Platform` value in `cmd/config.json` to one of those specified in `docs/configuration.md`
193
-
2.~~Build the Go binary in Linux: `go build -v -o ./server/trace-func-go/aws/trace_func ./server/trace-func-go/aws/trace_func.go` (For Window users, please use WSL to build the binary)~~
3. Start the experiments: `go run cmd/loader.go --config cmd/config.json --verbosity trace`
195
203
196
204
Note:
197
-
- Current deployment is via zip file where the Go binary has to be built prior to running the code. For now, the Go binary has been packaged in this repo. Otherwise, refer to Step 2 above to build your custom Go binary.
205
+
206
+
- Current deployment is via zip file where the Go binary has to be built prior to running the code. For now, the Go
207
+
binary has been packaged in this repo. Otherwise, refer to Step 2 above to build your custom Go binary.
198
208
- Refer to [Single Execution](#single-execution) section for more details on the experiment configurations.
0 commit comments