Skip to content

Commit fc94d74

Browse files
committed
Fix Readme .
1 parent 56500c2 commit fc94d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ For more options, see pytest-benchmark [documentation](https://pytest-benchmark.
4040
1. Create a config file in the `configs` directory, e.g., `tests/performance/configs/newSimulation.cfg`
4141
2. Add new entry to test_cases.json:
4242
- 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}`.
4444
- The `repititions` is the number of times to run this test and to average the timings over.

0 commit comments

Comments
 (0)