You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bluemarlin.apache.org by xu...@apache.org on 2021/05/12 23:14:20 UTC

[incubator-bluemarlin] branch main updated (1e66a17 -> 641a516)

This is an automated email from the ASF dual-hosted git repository.

xunh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-bluemarlin.git.


    from 1e66a17  Merge pull request #4 from radibnia77/main
     new d5866cf  Test dlpredictor output
     new fae1b3b  Merge branch 'apache:main' into main
     new 641a516  Merge pull request #5 from radibnia77/main

The 117 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tests/parse_error_rate.py}                     |  26 +-
 .../tests/test_dlpredictor_system_errors_1.py      | 269 +++++++++
 .../tests/test_dlpredictor_system_errors_2.py      | 376 ++++++++++++
 .../tests/test_dlpredictor_system_errors_3.py      | 288 +++++++++
 .../test_dlpredictor_system_errors_4/output.txt    | 643 +++++++++++++++++++++
 .../slot-id-prediction-report.xlsx                 | Bin 0 -> 11814 bytes
 .../test_dlpredictor_system_errors_4.py            | 277 +++++++++
 .../test_dlpredictor_system_errors_4/util_1.py     |  78 +++
 Processes/dlpredictor/tests/test_error_rate.py     | 119 ----
 .../dlpredictor/util-scripts/imp_of_traffic.py     | 124 ++++
 .../util-scripts/virtual_uckey_percentage.py       | 114 ++++
 11 files changed, 2185 insertions(+), 129 deletions(-)
 copy Processes/{optimizer/optimizer/log.py => dlpredictor/tests/parse_error_rate.py} (63%)
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_1.py
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_2.py
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_3.py
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_4/output.txt
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_4/slot-id-prediction-report.xlsx
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_4/test_dlpredictor_system_errors_4.py
 create mode 100644 Processes/dlpredictor/tests/test_dlpredictor_system_errors_4/util_1.py
 delete mode 100644 Processes/dlpredictor/tests/test_error_rate.py
 create mode 100644 Processes/dlpredictor/util-scripts/imp_of_traffic.py
 create mode 100644 Processes/dlpredictor/util-scripts/virtual_uckey_percentage.py