azure-sdk-for-js/sdk/appconfiguration/perf-tests/app-configuration
Jeremy Meng 1cae9db8e1 [EngSys] remove "audit" NPM script and it's related file
as we no longer use it and rely on GitHub security features.

***NO_CI***
2024-10-25 19:28:06 +00:00
..
test [EngSys] standardize OSS copyright header 2024-08-27 13:01:38 -07:00
README.md [App config] Perf tests (#15763) 2021-06-25 01:33:26 +00:00
package.json [EngSys] remove "audit" NPM script and it's related file 2024-10-25 19:28:06 +00:00
sample.env [App config] Perf tests (#15763) 2021-06-25 01:33:26 +00:00
tsconfig.json [EngSys] remove tsconfig.package.json 2024-07-16 13:27:25 +00:00

README.md

Guide

  1. Build the app-config perf tests package rush build -t perf-app-configuration.

  2. Copy the sample.env file and name it as .env.

  3. Create a App Configuration resource and populate the .env file with APPCONFIG_CONNECTION_STRING variable.

  4. Run the tests as follows

    • list configuration settings
      • npm run perf-test:node -- ListSettingsTest --warmup 2 --duration 7 --iterations 2 --parallel 2