Commit 845516f
authored
Fix the framework order for each continuous benchmarking run (#10109)
The environment variable values used by system services are
not persistent, so any changes to them are lost after services
finish execution. As a result, the framework order was not
toggled properly after each continuous benchmarking run
completed. Instead, use a regular file to keep track of the
order.
Signed-off-by: Anton Kirilov <antonvkirilov@proton.me>1 parent c890b86 commit 845516f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments