Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-531

Allow Performance extension to measure @Deployment annotated methods

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      It should be possible to use @Performance on @Deployment methods. This can impose some restrictions on container speed.

         @Deployment
         @Performance(relativeTime=10)
         public static JavaArchive createDeployment() {
             return ShrinkWrap.create(JavaArchive.class ,"test.jar")
                     .addPackage(WorkHard.class.getPackage())
                     .addAsManifestResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml"));
         }
         
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kpiwko Karel Piwko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: