benchmarks/stx_libjava_benchmarks.st
branchdevelopment
changeset 2576 66d0effca1fd
parent 2573 59aeefc96cf4
child 2709 7c8aeacae13e
equal deleted inserted replaced
2575:53bd90a18614 2576:66d0effca1fd
    46      However, often too much is found, and you may want to explicitely
    46      However, often too much is found, and you may want to explicitely
    47      exclude individual packages in the #excludedFromPreRequisites method."
    47      exclude individual packages in the #excludedFromPreRequisites method."
    48 
    48 
    49     ^ #(
    49     ^ #(
    50         #'stx:libjava'    "Java - referenced by JavaBenchmark>>runBenchmarkJ: "
    50         #'stx:libjava'    "Java - referenced by JavaBenchmark>>runBenchmarkJ: "
       
    51         #'stx:libjava/libs' 
    51         #'stx:libprofiler'    "Profiler - referenced by JavaBenchmark>>profileStart "
    52         #'stx:libprofiler'    "Profiler - referenced by JavaBenchmark>>profileStart "
    52     )
    53     )
    53 !
    54 !
    54 
    55 
    55 subProjects
    56 subProjects
    88         #'stx_libjava_benchmarks'
    89         #'stx_libjava_benchmarks'
    89         JavaBenchmarkRunner
    90         JavaBenchmarkRunner
    90         ObjectArguments
    91         ObjectArguments
    91         PrimitiveArguments
    92         PrimitiveArguments
    92         WrappedArguments
    93         WrappedArguments
       
    94         Native1
    93     )
    95     )
    94 !
    96 !
    95 
    97 
    96 extensionMethodNames
    98 extensionMethodNames
    97     "lists the extension methods which are to be included in the project.
    99     "lists the extension methods which are to be included in the project.