我要评分
获取效率
正确性
完整性
易理解

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the test directory.
    cd /path/to/ECFLOW_BUILD/ecFlow-5.5.2-Source/build
  3. Perform the test.
    make test

  4. 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.