Skip to content

Commit

Permalink
[CORE-69] Move dependabot updates from AJ to CORE (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Oct 15, 2024
1 parent eb5c8c1 commit a1f991e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ updates:
- "gradle"
open-pull-requests-limit: 10
reviewers:
- "@DataBiosphere/analysisjourneys"
- "@DataBiosphere/broad-core-services"
commit-message:
prefix: "[AJ-1783]"
prefix: "[CORE-69]"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -28,9 +28,9 @@ updates:
- "github-actions"
open-pull-requests-limit: 10
reviewers:
- "@DataBiosphere/analysisjourneys"
- "@DataBiosphere/broad-core-services"
commit-message:
prefix: "[AJ-1783]"
prefix: "[CORE-69]"
schedule:
interval: "weekly"
day: "monday"
Expand Down

1 comment on commit a1f991e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: a1f991e Previous: eb5c8c1 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1927.5436596182312 ops/s 1899.4309044871786 ops/s 1.01
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 24863.679121097688 ops/s 25217.808637028797 ops/s 0.99
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5220860.399378628 ops/s 5149289.872848882 ops/s 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.