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
Copy file name to clipboardExpand all lines: tests/performance/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,5 @@ For more options, see pytest-benchmark [documentation](https://pytest-benchmark.
40
40
1. Create a config file in the `configs` directory, e.g., `tests/performance/configs/newSimulation.cfg`
41
41
2. Add new entry to test_cases.json:
42
42
- The `simulation_name` should be the new simulation name, e.g. `newSimulation`.
43
-
- The `number_of_processes` is an array of integers. For each integer `i`, a simulation will be run with `mpirun -n ${i}` and the `files_to_compare` will be validated.
43
+
- The `number_of_processes` is an array of integers. For each integer `i`, a simulation will be run with `mpirun -n ${i}`.
44
44
- The `repititions` is the number of times to run this test and to average the timings over.
0 commit comments