Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for b85cf7d4766ca84a424700f86a96f5eab0a3cfbd (0.47 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

    }
    
    performanceTest.registerAndroidTestProject("nowInAndroidBuild", RemoteProject) {
        remoteUri = 'https://github.com/android/nowinandroid.git'
        // Pinned from main branch
        ref = "b85cf7d4766ca84a424700f86a96f5eab0a3cfbd" // latest of May 14th, 2024
        doLast {
            setMaxWorkers(outputDirectory, 8)
        }
    }
    
    performanceTest.registerAndroidTestProject("santaTrackerAndroidBuild", RemoteProject) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top