- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 724 (0.01 sec)
-
cmd/update-notifier_test.go
{24 * time.Hour, "my_download_url", "1 day before the latest release"}, {25 * time.Hour, "my_download_url", "1 day before the latest release"}, {49 * time.Hour, "my_download_url", "2 days before the latest release"}, {7 * 24 * time.Hour, "my_download_url", "1 week before the latest release"}, {8 * 24 * time.Hour, "my_download_url", "1 week before the latest release"}, {15 * 24 * time.Hour, "my_download_url", "2 weeks before the latest release"},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 31 15:36:19 UTC 2023 - 4.1K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
} ] }, { "scenario" : "org.gradle.performance.regression.java.JavaIDETaskExecutionPerformanceTest.run compileJava via Tooling API", "durations" : [ { "testProject" : "largeAndroidBuild", "linux" : 724 }, { "testProject" : "largeJavaMultiProject", "linux" : 1086 }, { "testProject" : "largeJavaMultiProjectHierarchy", "linux" : 959 }, { "testProject" : "nowInAndroidBuild",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 27.9K bytes - Viewed (0) -
internal/bucket/lifecycle/lifecycle_test.go
Name: "obj1", IsLatest: true, ModTime: now, } obj2 := ObjectOpts{ Name: "obj2", ModTime: now, } // Go back seven days in the past now = now.Add(7 * 24 * time.Hour) evt := lc.eval(obj1, now) if evt.Action != TransitionAction { t.Fatalf("Expected action: %s but got %s", TransitionAction, evt.Action) } if evt.StorageClass != "TIER-1" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 23 01:12:48 UTC 2024 - 55.1K bytes - Viewed (0)