# Performance Testing

A software testing practice that evaluates an application or workload's speed, stability, scalability, and responsiveness under varying workloads.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## From hours to minutes: Optimizing Red Hat Developer Hub performance testing with immutable LDAP images

DevFeed: [From hours to minutes: Optimizing Red Hat Developer Hub performance testing with immutable LDAP images](<https://devfeed.tech/articles/from-hours-to-minutes-optimizing-red-hat-developer-hub-performance-testing-with-immutable-ldap-images-41393.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/17/optimizing-red-hat-developer-hub-performance-testing-with-immutable-ldap-images>)

Author: Shashank Kestwal

Published: 2026-09-17T13:16:48Z

Content type: article

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [LDAP](<https://devfeed.tech/topics/ldap.md>), [Keycloak](<https://devfeed.tech/topics/keycloak.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [rbac](<https://devfeed.tech/topics/rbac.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [keycloak](<https://devfeed.tech/tags/keycloak.md>), [ldap](<https://devfeed.tech/tags/ldap.md>), [migration](<https://devfeed.tech/tags/migration.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This Red Hat developer article describes a performance-testing bottleneck in Red Hat Developer Hub caused by generating users and groups at runtime through the Keycloak Admin REST API and synchronizing them over HTTP. It introduces pre-built LDAP container images as immutable infrastructure to reduce environment setup complexity and improve testing feedback loops.

### Source excerpt

At Red Hat, our CI/CD pipelines are the heartbeat of our development process. However, as we scaled the Red Hat Developer Hub performance testing framework, we hit a wall. Our environment setup time was ballooning, turning what should have been a seamless verification step into a long waiting game. For performance engineering in catalog-dependent applications, deployment and catalog population speed directly dictate your feedback loops. The post From hours to minutes: Optimizing Red Hat Developer Hub performance testing with immutable LDAP images appeared first on Red Hat Developer.

## curl performance

DevFeed: [curl performance](<https://devfeed.tech/articles/curl-performance-18902.md>)

Original publisher: [Read original article](<https://daniel.haxx.se/blog/2026/08/14/curl-performance-2/>)

Author: Daniel Stenberg

Published: 2026-08-14T11:20:32Z

Content type: opinion

Language: en

Sources: [Daniel Stenberg](<https://devfeed.tech/sources/daniel-stenberg.md>)

Topics: [cURL](<https://devfeed.tech/topics/curl.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Development](<https://devfeed.tech/topics/development.md>), [Shell](<https://devfeed.tech/topics/shell.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [curl](<https://devfeed.tech/tags/curl.md>), [curl-and-libcurl](<https://devfeed.tech/tags/curl-and-libcurl.md>), [git](<https://devfeed.tech/tags/git.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [shell-script](<https://devfeed.tech/tags/shell-script.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article describes an initial performance-testing effort for curl. It explains the difficulty of obtaining stable results on shared cloud infrastructure and outlines a local shell script that updates curl from git, builds it, runs tests, and records data and logs.

### Source excerpt

tldr: the live version is here: https://curl.se/perf/ How fast is "fast" and is it good enough? Does it run as fast now as it did before or was there a regression? What exactly needs to be fast? How fast is it? These are questions that many projects and products face, and in curl we are ... Continue reading curl performance ->

## Kubernetes v1.36: PSI Metrics for Kubernetes Graduates to GA

DevFeed: [Kubernetes v1.36: PSI Metrics for Kubernetes Graduates to GA](<https://devfeed.tech/articles/kubernetes-v1-36-psi-metrics-for-kubernetes-graduates-to-ga-4550.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/05/12/kubernetes-v1-36-psi-metrics-ga/>)

Author: Maria Fernanda Romano Silva

Published: 2026-05-12T18:35:00Z

Content type: article

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [IO](<https://devfeed.tech/topics/io.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [production](<https://devfeed.tech/tags/production.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [testing](<https://devfeed.tech/tags/testing.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.36 graduates Pressure Stall Information (PSI) metrics to general availability, providing stable visibility into CPU, memory, and I/O resource contention at node, pod, and container levels. The article explains PSI signals, moving averages, and performance validation on high-density workloads to assess production readiness and collection overhead.

### Source excerpt

Since its original implementation in the Linux kernel in 2018, Pressure Stall Information (PSI) has provided users with the high-fidelity signals needed to identify resource saturation before it becomes an outage. Unlike traditional utilization metrics, PSI tells the story of tasks stalled and time lost, all in nicely-packaged percentages of time across the CPU, memory, and I/O. With the recent release of Kubernetes v1.36, users across the ecosystem have a stable, reliable interface to observe resource contention at the node, pod, and container levels. In this post, we will dive into the improvements and performance testing that proved its readiness for production. Beyond utilization: why PSI? Monitoring CPU or memory usage alone can be misleading. A node may report XX% (below 100%) CPU utilization while certain tasks are experiencing severe latency due to scheduling delays. PSI fills this gap by providing: Cumulative Totals: Absolute time spent in a stalled state. Moving Averages: 10s, 60s, and 300s windows that allow operators to distinguish between transient spikes and sustained resource tension. Proving stability: performance testing at scale A common concern when graduating telemetry features is the resource overhead required to collect and serve the metrics. To address this, SIG Node conducted extensive performance validation on high-density workloads (80+ pods) across various machine types. Our testing focused on two primary scenarios to isolate the impact of the Kubelet and kernel-level collection respectively: Kernel PSI ON / Kubelet Feature OFF vs Kernel PSI ON / Kubelet Feature ON (Kubelet overhead) Kernel PSI OFF / Kubelet Feature ON vs Kernel PSI ON / Kubelet Feature ON (Kernel overhead) Scenario 1: The Kubelet Overhead First, we looked at the kubelet usage on 4 core machines (Case 1). For these, the Linux kernel was already tracking pressure on both clusters by default(psi=1), but we toggled the KubeletPSI feature gate to see if the Kubelet actively qu

## BigQuery connector for ClickPipes is now in Private Preview

DevFeed: [BigQuery connector for ClickPipes is now in Private Preview](<https://devfeed.tech/articles/bigquery-connector-for-clickpipes-is-now-in-private-preview-4985.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/bigquery-clickpipe-private-preview>)

Author: Marta Paes

Published: 2026-01-28T16:38:57Z

Content type: news

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [migration](<https://devfeed.tech/topics/migration.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [migration](<https://devfeed.tech/tags/migration.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>)

### AI overview

The article announces a private-preview BigQuery connector for ClickPipes, enabling users to load BigQuery data into ClickHouse Cloud for rapid exploration, prototyping, and performance testing. It presents ClickHouse as a low-latency speed layer alongside BigQuery's batch-processing and warehousing workloads, while describing automated data movement and future continuous-ingestion capabilities.

### Source excerpt

Load data from BigQuery into ClickHouse Cloud in a few clicks for fast exploration and prototyping. The connector simplifies data migration for testing ClickHouse's real-time query performance on your BigQuery datasets.

## Fix your website's Largest Contentful Paint by optimizing image loading

DevFeed: [Fix your website's Largest Contentful Paint by optimizing image loading](<https://devfeed.tech/articles/fix-your-website-s-largest-contentful-paint-by-optimizing-image-loading-4050.md>)

Original publisher: [Read original article](<https://developer.mozilla.org/en-US/blog/fix-image-lcp/>)

Author: debugbear

Published: 2025-01-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [MDN Blog](<https://devfeed.tech/sources/mdn-blog.md>)

Topics: [Core Web Vitals](<https://devfeed.tech/topics/core-web-vitals.md>), [Website](<https://devfeed.tech/topics/website.md>), [Image](<https://devfeed.tech/topics/image.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [HTML](<https://devfeed.tech/topics/html.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [real user monitoring](<https://devfeed.tech/topics/real-user-monitoring.md>), [Network](<https://devfeed.tech/topics/network.md>), [browser](<https://devfeed.tech/topics/browser.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [CSS](<https://devfeed.tech/topics/css.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [browser](<https://devfeed.tech/tags/browser.md>), [core-web-vitals](<https://devfeed.tech/tags/core-web-vitals.md>), [css](<https://devfeed.tech/tags/css.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [network](<https://devfeed.tech/tags/network.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This tutorial explains how image loading affects Largest Contentful Paint and Core Web Vitals. It covers image discovery through HTML, CSS, and JavaScript, request chains, network waterfalls, browser image-processing stages, and techniques for diagnosing and improving loading performance.

### Source excerpt

Learn techniques to improve the Largest Contentful Paint metric, a part of Core Web Vitals, for your website.

## Reliability recommendations when adopting Kubernetes

DevFeed: [Reliability recommendations when adopting Kubernetes](<https://devfeed.tech/articles/reliability-recommendations-when-adopting-kubernetes-11701.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/reliability-recommendations-when-adopting-kubernetes>)

Author: Andre Newman

Published: 2024-09-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [migration](<https://devfeed.tech/topics/migration.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [containers](<https://devfeed.tech/tags/containers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [qa](<https://devfeed.tech/tags/qa.md>), [quality-assurance](<https://devfeed.tech/tags/quality-assurance.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This article presents four reliability strategies for organizations adopting Kubernetes. It emphasizes treating reliability as an ongoing practice through regular reliability testing, configuration scans, failure recovery, scalable and replicated deployments, failover planning, and correctly configured liveness, readiness, and resource settings.

### Source excerpt

General reliability best practices when adopting Kubernetes.

## Adding Content with Content Migrations in Craft CMS

DevFeed: [Adding Content with Content Migrations in Craft CMS](<https://devfeed.tech/articles/adding-content-with-content-migrations-in-craft-cms-31238.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/adding-content-with-content-migrations-in-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2024-05-13T14:27:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [migration](<https://devfeed.tech/topics/migration.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Database](<https://devfeed.tech/topics/database.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Development](<https://devfeed.tech/topics/development.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [cms](<https://devfeed.tech/tags/cms.md>), [content](<https://devfeed.tech/tags/content.md>), [craft](<https://devfeed.tech/tags/craft.md>), [create](<https://devfeed.tech/tags/create.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [environments](<https://devfeed.tech/tags/environments.md>), [git](<https://devfeed.tech/tags/git.md>), [insights](<https://devfeed.tech/tags/insights.md>), [learn](<https://devfeed.tech/tags/learn.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [php](<https://devfeed.tech/tags/php.md>), [syncs](<https://devfeed.tech/tags/syncs.md>)

### AI overview

A tutorial on using content migrations in Craft CMS 5 to create and seed Entries, Fields, Entry Types, and Sections across environments. It explains how migrations can be version-controlled, run through Craft CLI commands, and rolled back after performance testing or other automated content tasks.

### Source excerpt

Learn how to create content migrations in Craft CMS 5 to add content that syncs across environments

## Automating performance tests

DevFeed: [Automating performance tests](<https://devfeed.tech/articles/automating-performance-tests-309.md>)

Original publisher: [Read original article](<https://supabase.com/blog/automating-performance-tests>)

Author: Egor Romanov

Published: 2024-02-21T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [k6](<https://devfeed.tech/topics/k6.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [http](<https://devfeed.tech/tags/http.md>), [k6](<https://devfeed.tech/tags/k6.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [replication](<https://devfeed.tech/tags/replication.md>), [server](<https://devfeed.tech/tags/server.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article explains how Supabase developed an automated performance-testing process for its Realtime service. It covers comparing Realtime versions, testing WebSocket workloads such as database changes, broadcast, and presence, evaluating latency, and selecting k6 for load generation.

### Source excerpt

Learn about our story to get to the automated performance testing.

## Keeping Figma fast

DevFeed: [Keeping Figma fast](<https://devfeed.tech/articles/keeping-figma-fast-9936.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/keeping-figma-fast/>)

Author: Slava Kim; Laurel Woods

Published: 2023-08-29T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>)

Tags: [dev](<https://devfeed.tech/tags/dev.md>), [developers](<https://devfeed.tech/tags/developers.md>), [figma](<https://devfeed.tech/tags/figma.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Figma describes how its performance testing system evolved from a single MacBook running repeated scenarios to a more sophisticated approach built for a larger, more complex product and distributed team. The article discusses granular tests, including simulations with many multiplayer editors, and the need to scale testing as features and releases increased.

### Source excerpt

When a laptop crashed in an empty office, we knew it was time to overhaul our performance testing framework.

## Performance Testing At Scale--for BFCM and Beyond

DevFeed: [Performance Testing At Scale--for BFCM and Beyond](<https://devfeed.tech/articles/performance-testing-at-scale-for-bfcm-and-beyond-1563.md>)

Original publisher: [Read original article](<https://shopify.engineering/scale-performance-testing>)

Author: Jordan Neufeld

Published: 2023-01-27T16:32:54Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Shopify](<https://devfeed.tech/topics/shopify.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [systems](<https://devfeed.tech/topics/systems.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [performance](<https://devfeed.tech/tags/performance.md>), [scale](<https://devfeed.tech/tags/scale.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [systems](<https://devfeed.tech/tags/systems.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Shopify describes its BFCM Scale Testing program for preparing its ecommerce platform for peak Black Friday Cyber Monday traffic. The approach combines capacity planning, resiliency testing, application performance testing, and full-scale load testing, followed by analysis and iterative performance improvements.

### Source excerpt

Let's unpack our approach to BFCM Scale Testing to explore some of what it takes to ensure that our ecommerce platform can handle the busiest weekend of the year.

## Pummelling the Platform-Performance Testing Shopify

DevFeed: [Pummelling the Platform-Performance Testing Shopify](<https://devfeed.tech/articles/pummelling-the-platform-performance-testing-shopify-1518.md>)

Original publisher: [Read original article](<https://shopify.engineering/performance-testing-shopify>)

Author: Chris Inch

Published: 2020-12-02T16:53:57Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Shopify](<https://devfeed.tech/topics/shopify.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [events](<https://devfeed.tech/tags/events.md>), [experimentation](<https://devfeed.tech/tags/experimentation.md>), [framework](<https://devfeed.tech/tags/framework.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [sales](<https://devfeed.tech/tags/sales.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Shopify describes how it uses large-scale performance testing to prepare its platform for major sales events such as Black Friday Cyber Monday. The article covers load testing, stress testing, and an experimentation and regression framework for identifying bottlenecks and improving capacity over time.

### Source excerpt

Insight into the tools Shopify uses to raise confidence in our ability to serve large sales events, as well as the experimentation and regression framework built to ensure that we're getting better, week-over-week, at handling load.

## Measuring the Performance of our OpenStack Cloud

DevFeed: [Measuring the Performance of our OpenStack Cloud](<https://devfeed.tech/articles/measuring-the-performance-of-our-openstack-cloud-20398.md>)

Original publisher: [Read original article](<https://target.github.io/cloudpunch>)

Author: Target Brands, Inc

Published: 2017-06-20T05:00:00Z

Content type: article

Language: en

Sources: [Target](<https://devfeed.tech/sources/target.md>)

Topics: [openstack](<https://devfeed.tech/topics/openstack.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [cloudpunch](<https://devfeed.tech/tags/cloudpunch.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [http](<https://devfeed.tech/tags/http.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [openstack](<https://devfeed.tech/tags/openstack.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>)

### AI overview

This article describes Target's effort to measure performance in its private OpenStack cloud. It evaluates Rally and KloudBuster, finding that Rally focuses on API testing while KloudBuster supports HTTP and storage tests but lacks sufficient extensibility, configuration, and stability. The authors therefore decide to create their own flexible performance framework.

### Source excerpt

Here at Target, we run our own private OpenStack cloud and have never been able to accurately measure the performance of our hardware. This lack of measurement prevents the evaluation of performance improvements of new hardware or alternative technologies running as drivers inside OpenStack. It also prevents us from providing a Service Level Agreement (SLA) to our customers. Recently we have been striving to improve our OpenStack service which led us to talk to our consumers directly. One of the major feedback points provided by talking with our consumers was the performance of the OpenStack cloud was lower than expected. Because we have not measured the performance of our cloud in the past, we have been unable to know if new hardware or configuration changes improves consumer-facing performance. With our new OpenStack environment builds we focused on changing this. But first we needed a tool to do the job. Searching for a Tool The first tool we looked at was Rally. Rally does performance testing of an OpenStack cloud. However, Rally focuses on the OpenStack API only. It is mainly used to test functionality (via Tempest) and stability of the API under large amounts of load. Rally does contain a resource to boot an instance and run Linux CLI commands via user data. This was tested as a way to provide the staging of instances to run performance software. However, starting the software on each instance at the same time and collecting the results from said software was difficult and not viable. Because of this, we deemed Rally was not suitable for our needs. The next tool we looked at was KloudBuster. KloudBuster is a tool that does performance testing inside an OpenStack instance. At the time of writing it provides two sets of tests: HTTP and storage. The HTTP test uses a traffic generator to measure requests per second and latency between instances. The storage test uses FIO to measure read/write IOPs and bandwidth. KloudBuster does what we were looking for, measuring

## Performance Testing Serverside Applications

DevFeed: [Performance Testing Serverside Applications](<https://devfeed.tech/articles/performance-testing-serverside-applications-24962.md>)

Original publisher: [Read original article](<https://codeahoy.com/2016/11/16/performance-testing-serverside-applications/>)

Author: umer

Published: 2016-11-16T00:00:00Z

Content type: article

Language: en

Sources: [Code Ahoy - Articles](<https://devfeed.tech/sources/code-ahoy-articles.md>)

Topics: [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Database](<https://devfeed.tech/topics/database.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [database](<https://devfeed.tech/tags/database.md>), [graph](<https://devfeed.tech/tags/graph.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article explains why teams should begin performance testing server-side applications early in the release cycle. It covers load and soak testing, response times, latency, throughput, resource utilization, capacity planning, and bottleneck detection, and describes a backend service whose CPU-intensive database queries and graph algorithms caused substantially lower-than-expected capacity and higher infrastructure costs.

### Source excerpt

Performance testing server-side applications is a crucial process to help understand how the application behaves under load. It helps software teams fine-tune their applications to get the best performance while keeping the infrastructure costs low. Performance testing answers several important questions such as: Is the application ready to handle the traffic that's going to hit it? What do average response times and latencies look like under normal and peak loads? Can the application be scaled out? What are the bottlenecks? (could be CPU, memory, an external service or a database server) How many instances are needed for supporting the estimated traffic (i.e. max RPS)? What type of instances are needed? Does the application requires an instance with higher CPU to Memory ratio? Or does it need an instance type that supports high network utilization? Does the application slowly degrade in performance under load? Is it slowly leaking a resource that eventually crashes it after a few hours or days? A lesson I learned recently is that performance testing should not be an after-thought. Software teams should start performance testing early in the release cycle and not wait until the end to do it. I once worked on a team that built a backend service that passed all unit, integration and end-to-end tests with flying colors. QA engineers didn't find any bugs in the application's logic. However, the performance was just terrible when we ran load tests on it. On a single m4.large instance, the application supported 80% fewer requests than the team had estimated! The main bottleneck was found to be the 2-core CPU that was utilized to its maximum capacity as the application issued several queries to the database and applied complex algorithms to build a graph. Investigations by developers revealed that to reduce the amount of work the CPU was doing, it would require significant design changes. But it was already too late - the deadline was just weeks away. We decided to proceed

## test\_awsy\_lite: Android Mochitest Performance Testing with Perfherder

DevFeed: [test\_awsy\_lite: Android Mochitest Performance Testing with Perfherder](<https://devfeed.tech/articles/test-awsy-lite-20264.md>)

Original publisher: [Read original article](<https://gbrownmozilla.wordpress.com/2016/01/27/test_awsy_lite/>)

Author: gbrown-mozilla

Published: 2016-01-27T13:39:53Z

Content type: article

Language: en

Sources: [Mozilla Automation](<https://devfeed.tech/sources/mozilla-automation.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [firefox-for-android](<https://devfeed.tech/tags/firefox-for-android.md>), [measurements](<https://devfeed.tech/tags/measurements.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mozilla](<https://devfeed.tech/tags/mozilla.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article discusses test_awsy_lite.html, an Android-only mochitest-chrome test inspired by areweslimyet.com. It compares the approach with custom harnesses such as Talos, covering local debugging, Perfherder reporting, emulator limitations, runtime constraints, and the use of Resident memory measurements.

### Source excerpt

Bug 1233220 added a new Android-only mochitest-chrome test called test_awsy_lite.html. Inspired by https://www.areweslimyet.com/mobile/, test_awsy_lite runs similar code and takes similar ... Continue reading ->

## Investigating L3 Cache Contention in Micro-Benchmarks and Larger Applications

DevFeed: [Investigating L3 Cache Contention in Micro-Benchmarks and Larger Applications](<https://devfeed.tech/articles/the-uncanny-valley-of-l3-cache-contention-30655.md>)

Original publisher: [Read original article](<http://bad-concurrency.blogspot.com/2014/12/the-uncanny-valley-of-l3-cache.html>)

Author: Michael Barker (noreply@blogger.com)

Published: 2014-12-03T01:13:00Z

Content type: article

Language: en

Sources: [Bad Concurrency](<https://devfeed.tech/sources/bad-concurrency.md>)

Topics: [Cache](<https://devfeed.tech/topics/cache.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>)

Tags: [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [thread](<https://devfeed.tech/tags/thread.md>)

### AI overview

The article investigates why a LevelDB micro-benchmark reached about 400K operations per second while the same code could not sustain a 160K operations-per-second requirement in an end-to-end environment. It attributes the difference to shared L3 cache contention among concurrent threads in the larger application.

### Source excerpt

While preparing for my talk at QCon SF 2014, I wanted to investigate a theory around how micro-benchmarks are not a useful reflection of how software may behave when run as part of a larger application. Specifically due contention in the last-level cache (L3* in current Intel CPUs). Read more "

## Speeding up Rails 4.2

DevFeed: [Speeding up Rails 4.2](<https://devfeed.tech/articles/speeding-up-rails-4-2-41336.md>)

Original publisher: [Read original article](<https://samsaffron.com/archive/2014/12/01/speeding-up-rails-4-2>)

Author: Sam Saffron

Published: 2014-12-01T04:30:19Z

Content type: article

Language: en

Sources: [Sam Saffron](<https://devfeed.tech/sources/sam-saffron.md>)

Topics: [Rails](<https://devfeed.tech/topics/rails.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Performance Testing](<https://devfeed.tech/topics/performance-testing.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [performance-testing](<https://devfeed.tech/tags/performance-testing.md>), [rails](<https://devfeed.tech/tags/rails.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article examines Rails 4.2 performance using the Discourse benchmark, a macrobenchmark that loads users and topics and measures performance with Apache Bench. Initial results showed Rails 4.2 running at about half the speed of the earlier setup, prompting efforts to identify and fix the regressions before release.

### Source excerpt

Recently Godfrey Chan got Discourse working on Rails Master. It was a rather long task that involved some changes to Discourse internals and some changes to Rails internals. Knowing Rails 4.2 was just around the corner I decided that it seemed like the perfect time to see how performance is. Seeing Rails 4.2 contains the adequate record patches, I was super eager to see how Discourse fared. ###The Discourse benchmark Answering the question of "how fast is Ruby?" or "how fast is Rails?" is something people usually answer with the following set of steps. Upgrade production to a certain version of Rails Look at New Relic reports Depending on how performance is either complain on Twitter and/or Blog or write a few kind words. The trouble is that performance testing after release is the absolute worst time. Code is in production, fixing stuff is tricky, rolling back often impractical. At Discourse I developed the Discourse benchmark. It is a simple script that loads up a few thousand users and topics and then proceeds to measure performance of various hot spots using apache bench. I have found that the results of the benchmark are strikingly similar to real-world performance we see. If the benchmark is faster, it is very likely that it will also be faster in production. We use this benchmark to test Ruby before major Ruby releases. Koichi used this benchmark to help optimise the current GC algorithms in MRI. It is often tempting to look at micro benchmarks when working on performance issues. Micro benchmarks are a great tool, but MUST be followed with bigger macro benchmarks to see the real impact. 1000% speedup for a routine that is called once a day in a background job has significantly less impact than 0.5% improvement to a routine that is called on every web request. ###How was Rails 4.2 Looking? For over a year now, Discourse had the ability to dual boot. This allowed me to quickly run a simple benchmark to see where we were at (arel , rails): % RAILS_MASTER=1 ruby