Skip to content

Commit

Permalink
Merge branch 'istio:master' into aws-eks-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
praseedasathaye authored Sep 12, 2023
2 parents 68483f2 + 5b53153 commit d136db2
Show file tree
Hide file tree
Showing 40 changed files with 1,407 additions and 650 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-dfedc8d689da03c57793a8e62e75a6bc36d2ae07",
"image": "gcr.io/istio-testing/build-tools:master-19ea6974be75ee10364d3c1e14117e528cbc0f42",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
4 changes: 2 additions & 2 deletions bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ then
make "$ISTIOCTL_ARTIFACT"
cp -a "$ISTIOCTL_ARTIFACT" "${ISTIOIO_BIN}/istioctl"
else
make "${ISTIO_OUT}/release/istioctl-linux-amd64"
cp -a "${ISTIO_OUT}/release/istioctl-linux-amd64" /gobin/istioctl
make "${ISTIO_OUT}/release/istioctl-linux-${GOARCH_LOCAL}"
cp -a "${ISTIO_OUT}/release/istioctl-linux-${GOARCH_LOCAL}" /gobin/istioctl
fi

popd > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23b438ddb640faacc7da4e9a954faa96f783059c
6738fd242ecd7564e6c5c3c7277c0cde106d29be
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-dfedc8d689da03c57793a8e62e75a6bc36d2ae07
IMAGE_VERSION=master-19ea6974be75ee10364d3c1e14117e528cbc0f42
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ average and tail latencies. The actual tail latency depends on the traffic patte

Inside the mesh, a request traverses the client-side proxy and then the server-side
proxy. In the default configuration of Istio {{< istio_release_name >}} (i.e. Istio with telemetry v2),
the two proxies add about 1.7 ms and 2.7 ms to the 90th and 99th percentile latency, respectively, over the baseline data plane latency.
the two proxies add about 1.31 ms and 1.58 ms to the 90th and 99th percentile latency, respectively, over the baseline data plane latency.
We obtained these results using the [Istio benchmarks](https://github.com/istio/tools/tree/{{< source_branch_name >}}/perf/benchmark)
for the `http/1.1` protocol, with a 1 kB payload at 1000 requests per second using 16 client connections, 2 proxy workers and mutual TLS enabled.

Expand Down
Loading

0 comments on commit d136db2

Please sign in to comment.