Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildExperimentSpec (0.17 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/GradleBuildExperimentRunner.java

                this.pidInstrumentation = new PidInstrumentation();
            } catch (IOException e) {
                throw new RuntimeException(e);
            }
        }
    
        @Override
        public void doRun(String testId, BuildExperimentSpec experiment, MeasuredOperationList results) {
            InvocationSpec invocationSpec = experiment.getInvocation();
            File workingDirectory = invocationSpec.getWorkingDirectory();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top