Skip to content

Commit

Permalink
Update templated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua authored and Momento GitHub Actions Bot committed Jul 9, 2024
1 parent e01be5f commit e7637a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nodejs/load-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down

0 comments on commit e7637a8

Please sign in to comment.