CompareScans

Compare two build scans using Develocity API

MIT License

Stars
13

Bot releases are visible (Hide)

CompareScans - Release v0.2.0 Latest Release

Published by github-actions[bot] about 2 months ago

  • Support for comparing multiple build scans: ./comparescans --from api --scans $BUILD_SCAN_ID_1 --scans $BUILD_SCAN_ID_2 --scans $BUILD_SCAN_ID_3 --scans $BUILD_SCAN_ID_4 --api-key $DV_KEY --url $DV_URL
  • Included Resource Usage endpoints data (requires dv 2024.2)
  • New type metrics: ResourceMax, ResourceMedian, ResourceAverage, ResourceP95, ResourceP75, ResourceP25
CompareScans - Release v0.1.2

Published by github-actions[bot] 4 months ago

  • Incorrect column order in CSV matched-rules
CompareScans - Release v0.1.1

Published by github-actions[bot] 4 months ago

  • Adding metric CacheSize for entity Task
CompareScans - Release v0.1.0

Published by github-actions[bot] 4 months ago

Initial Release!
Compare build scans using the Develocity API or existing generated metrics

Using the CLI

curl -L https://github.com/cdsap/CompareScans/releases/download/v0.1.0/comparescans --output comparescans
chmod 0757 comparescans

./comparescans --from api --first-build-scan $BUILD_SCAN_ID_1 --second-build-scan $BUILD_SCAN_ID_2 --api-key $DV_KEY --url $DV_URL --with-default-rules

Using the Dependency

implementation("io.github.cdsap:comparescans:0.1.0")