Page MenuHomeSoftware Heritage

scanner benchmark: output format and repository extraction in temporary directories
ClosedPublic

Authored by DanSeraf on Jan 13 2021, 11:05 AM.

Diff Detail

Repository
rDTSCN Code scanner
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build has FAILED

Patch application report for D4851 (id=17170)

Could not rebase; Attempt merge onto 33a9cd4eb9...

Auto-merging swh/scanner/cli.py
Merge made by the 'recursive' strategy.
 benchmark.py                   | 139 +++++++++++++++
 run_backend.sh                 |  15 ++
 run_benchmark.sh               |  37 ++++
 swh/scanner/backend.py         |  16 +-
 swh/scanner/benchmark_algos.py | 385 +++++++++++++++++++++++++++++++++++++++++
 swh/scanner/cli.py             |  73 ++++++++
 swh/scanner/model.py           |  54 +++++-
 7 files changed, 708 insertions(+), 11 deletions(-)
 create mode 100755 benchmark.py
 create mode 100755 run_backend.sh
 create mode 100755 run_benchmark.sh
 create mode 100644 swh/scanner/benchmark_algos.py
Changes applied before test
commit b1cc42ca424f6cd82dec69f736558afad99d0a4c
Merge: 33a9cd4 7a28933
Author: Jenkins user <jenkins@localhost>
Date:   Wed Jan 13 10:05:16 2021 +0000

    Merge branch 'diff-target' into HEAD

commit 7a289332f73025f94f7f85ab5bd6755b876ebe68
Author: Daniele Serafini <me@danieleserafini.eu>
Date:   Tue Jan 12 23:12:18 2021 +0100

    print results as a csv

commit 9e4df16d9486a891498124dd4cfb7558c57dfa0c
Author: Daniele Serafini <me@danieleserafini.eu>
Date:   Tue Jan 12 23:10:39 2021 +0100

    extract repositories in temporary directories

commit 7bd1939949dcbcf0c52b8647f2b1750f2c9d2300
Author: Daniele Serafini <me@danieleserafini.eu>
Date:   Thu Dec 10 23:59:31 2020 +0100

    scanner experiments

Link to build: https://jenkins.softwareheritage.org/job/DTSCN/job/tests-on-diff/89/
See console output for more information: https://jenkins.softwareheritage.org/job/DTSCN/job/tests-on-diff/89/console

Harbormaster returned this revision to the author for changes because remote builds failed.Jan 13 2021, 11:07 AM
Harbormaster failed remote builds in B18314: Diff 17170!
zack added a subscriber: zack.

looks great, thanks !

This revision is now accepted and ready to land.Jan 13 2021, 2:23 PM
This revision was landed with ongoing or failed builds.Jan 13 2021, 7:45 PM
This revision was automatically updated to reflect the committed changes.