- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 214 for regress (0.05 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/MultipartReaderTest.kt
assertThat(reader.nextPart()).isNull() } /** * Read 100 MiB of 'a' chars. This was really slow due to a performance bug in [MultipartReader], * and will be really slow if we regress the fix for that. */ @Test fun `reading a large part with small byteCount`() { val multipartBody = MultipartBody .Builder("foo") .addPart(Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed May 28 02:11:14 UTC 2025 - 15.4K bytes - Viewed (0) -
helm/minio/templates/networkpolicy.yaml
- podSelector: matchLabels: {{ template "minio.name" . }}-client: "true" {{- end }} {{- if .Values.networkPolicy.egress.enabled }} egress: - ports: {{ .Values.networkPolicy.egress.ports | toJson }} {{- with .Values.networkPolicy.egress.to }} to: {{- toYaml . | nindent 12 }} {{- end }} {{- end }} --- kind: NetworkPolicyRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Jun 08 16:14:18 UTC 2025 - 1.9K bytes - Viewed (0) -
helm/minio/values.yaml
allowExternal: true ## @params networkPolicy.egress configuration of the egress traffic egress: ## @param networkPolicy.egress.enabled When enabled, an egress network policy will be ## created allowing minio to connect to external data sources from kubernetes cluster. ## enabled: false ## @param networkPolicy.egress.ports Add individual ports to be allowed by the egressRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 19.7K bytes - Viewed (1) -
docs/metrics/prometheus/grafana/minio-dashboard.json
"intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total S3 Egress", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 93.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
} }.start(); new Thread() { @Override public void run() { cache.refresh(refreshKey); getFinishedSignal.countDown(); } }.start(); getStartedSignal.await(); // computation is in progress; asMap shouldn't have changed assertThat(map).hasSize(1); assertThat(map.containsKey(getKey)).isFalse();Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java
} suggester.indexer().index(items); suggester.refresh(); assertEquals(3, suggester.getAllWordsNum()); SuggestDeleteResponse deleteResponse = suggester.indexer().deleteAll(); assertNotNull(deleteResponse); assertFalse(deleteResponse.hasError()); suggester.refresh(); assertEquals(0, suggester.getAllWordsNum()); } @TestRegistered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 28.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriterTest.java
runner.refresh(); assertEquals(3, suggester.getAllWordsNum()); SuggestWriterResult result = writer.deleteByQuery(runner.client(), suggester.settings(), suggester.getIndex(), QueryBuilders.matchQuery(FieldNames.TEXT, "ใในใ0")); assertNotNull(result); assertFalse(result.hasFailure()); runner.refresh();Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 18.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheLoadingTest.java
} }.start(); new Thread() { @Override public void run() { cache.refresh(refreshKey); getFinishedSignal.countDown(); } }.start(); getStartedSignal.await(); // computation is in progress; asMap shouldn't have changed assertThat(map).hasSize(1); assertThat(map.containsKey(getKey)).isFalse();Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
RELEASE.md
prediction-flavored outputs, in addition to the classification-flavored one. Building signatures from these allows TF Serving to honor requests using the different APIs (Classify, Regress, and Predict). Furthermore, `serving_input_receiver_fn()` may now specify alternative subsets of nodes that may act as inputs. This allows, for instance, producing a predictionRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
cmd/bucket-targets.go
) type arnTarget struct { Client *TargetClient lastRefresh time.Time } // arnErrs represents number of errors seen for a ARN and if update is in progress // to refresh remote targets from bucket metadata. type arnErrs struct { count int64 updateInProgress bool bucket string } // BucketTargetSys represents bucket targets subsystemRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 20.9K bytes - Viewed (0)