Commit b68ea2d
Vasileios Karakasis
Do not deep copy the partition and the environment
- This gives us a 8% performance benefit in total.
Here is the experiment:
```
./bin/reframe -c unittests/resources/checks/hellocheck.py -n HelloTest \
--repeat=1000 -l
```1 parent 8c30881 commit b68ea2d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments