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
Your benchmark directory should now look like this:
144
145

145
146
@@ -336,3 +337,32 @@ your_benchmark:analyze:
336
337
- fi
337
338
- echo "Finished copying!"
338
339
```
340
+
341
+
## Testing Real Pipelines
342
+
343
+
We've set up our benchmark to do some real analysis! As a first test, let's make sure we're still running only over the simulation campaign. The `USE_SIMULATION_CAMPAIGN` in `setup.config` should be set to true.
344
+
345
+
Now let's add our changes and push them to GitHub!
346
+
347
+
```bash
348
+
git status
349
+
```
350
+
This command should show something like this:
351
+

0 commit comments