Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the test directory.
cd /path/to/ECFLOW_BUILD/ecFlow-5.5.2-Source/build
- Perform the test.
make test

- Perform the test and obtain the test time.
time make test

The real time (unit: s) in the return result indicates the time. A smaller value indicates higher performance.
Parent topic: ecFlow 5.5.2 Porting Guide (openEuler 20.03)