From e7637a8085cde83edaa1d8a30dbfa65281198354 Mon Sep 17 00:00:00 2001 From: anitarua Date: Tue, 9 Jul 2024 20:17:48 +0000 Subject: [PATCH] Update templated README.md file --- examples/nodejs/load-gen/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/nodejs/load-gen/README.md b/examples/nodejs/load-gen/README.md index a2b5fa9b8..1bc2ea31d 100644 --- a/examples/nodejs/load-gen/README.md +++ b/examples/nodejs/load-gen/README.md @@ -4,7 +4,7 @@ [![project stability](https://momentohq.github.io/standards-and-practices/badges/project-stability-stable.svg)](https://github.com/momentohq/standards-and-practices/blob/main/docs/momento-on-github.md) -# Momento Node.js SDK - Basic Load Generator Example +# Momento Node.js SDK - Basic Cache Client Load Generator Example _Read this in other languages_: [日本語](README.ja.md) @@ -25,10 +25,10 @@ npm install ## Running the load generator example -This project includes a very basic load generator, to allow you to experiment with +This project includes a very basic load generator to allow you to experiment with performance in your environment based on different configurations. It's very simplistic, and only intended to give you a quick way to explore the performance -of the Momento client running on a single nodejs process. +of the Momento Cache client running on a single nodejs process. Note that because nodejs javascript code runs on a single thread, the limiting factor in request throughput will often be CPU. Keep an eye on your CPU