- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for dtdurations (0.07 seconds)
-
docs/metrics/prometheus/grafana/minio-dashboard.json
Created: 2026-04-05 19:28 - Last Modified: 2025-08-04 01:46 - 93.1K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "largeEmptyMultiProjectDeclarativeDsl", "linux" : 350, "windows" : 828, "macOs" : 229 } ] }, { "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.clean checkout", "durations" : [ { "testProject" : "largeEmptyMultiProjectDeclarativeDsl", "linux" : 503Created: 2026-04-01 11:36 - Last Modified: 2026-03-23 04:45 - 26.1K bytes - Click Count (0) -
.github/workflows/update-perf-test-buckets.yml
branch-suffix: timestamp delete-branch: true title: 'Update performance test durations' signoff: true sign-commits: true labels: | in:building-gradle @dev-productivity body: |Created: 2026-04-01 11:36 - Last Modified: 2026-03-24 22:05 - 1.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
val durations: List<Map<String, Any>> = objectMapper.readValue(performanceTestDurationsJson) val pairs = durations.flatMap { scenarioDurations -> val scenario = Scenario.fromTestId(scenarioDurations["scenario"] as String) (scenarioDurations["durations"] as List<Map<String, Any>>).flatMap { duration ->
Created: 2026-04-01 11:36 - Last Modified: 2026-01-29 01:37 - 17.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderFactory.java
} @CanIgnoreReturnValue CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { this.expireAfterWrites = new LinkedHashSet<>(durations); return this; } @CanIgnoreReturnValue CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { this.expireAfterAccesses = new LinkedHashSet<>(durations); return this; } @CanIgnoreReturnValue
Created: 2026-04-03 12:43 - Last Modified: 2026-03-18 18:06 - 7.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/Internal.java
*/ static long toNanosSaturated(Duration duration) { // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for // durations longer than approximately +/- 292 years). try { return duration.toNanos(); } catch (ArithmeticException tooBig) { return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE; } }
Created: 2026-04-03 12:43 - Last Modified: 2025-11-04 17:24 - 1.7K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/Internal.java
*/ static long toNanosSaturated(Duration duration) { // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for // durations longer than approximately +/- 292 years). try { return duration.toNanos(); } catch (ArithmeticException tooBig) { return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE; } }
Created: 2026-04-03 12:43 - Last Modified: 2025-04-14 16:07 - 1.8K bytes - Click Count (0) -
guava/src/com/google/common/base/Internal.java
@IgnoreJRERequirement static long toNanosSaturated(Duration duration) { // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for // durations longer than approximately +/- 292 years). try { return duration.toNanos(); } catch (ArithmeticException tooBig) { return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE; } }
Created: 2026-04-03 12:43 - Last Modified: 2025-04-14 15:16 - 1.9K bytes - Click Count (0) -
docs/sts/dex.yaml
# tlsCert: /etc/dex/tls.crt # tlsKey: /etc/dex/tls.key # Configuration for telemetry telemetry: http: 0.0.0.0:5558 # Uncomment this block to enable configuration for the expiration time durations. expiry: signingKeys: "3h" idTokens: "3h" # Options for controlling the logger. logger: level: "debug" format: "text" # can also be "json" # Default values shown below oauth2:Created: 2026-04-05 19:28 - Last Modified: 2020-07-15 11:55 - 2.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/CheckProject.kt
Created: 2026-04-01 11:36 - Last Modified: 2026-02-03 10:41 - 4.1K bytes - Click Count (1)