azure-sdk-for-js/sdk/schemaregistry/perf-tests/schema-registry-avro
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
README.md
package.json [EngSys] remove "audit" NPM script and it's related file 2024-10-25 19:28:06 +00:00
sample.env
tsconfig.json

README.md

Performance Testing for Avro Serializer

Instructions

  1. Build the schema-registry perf tests package rush build -t perf-schema-registry-avro.

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

  3. Create an Event Hubs account and populate the .env file with the relevant credentials.

  4. Run the tests as follows

    • serialize

      • npm run perf-test:node -- SerializeTest --warmup 1 --iterations 10 --parallel 100 --duration 15 --items-count 1000
    • deserialize

      • npm run perf-test:node -- DeserializeTest --warmup 1 --iterations 10 --parallel 100 --duration 15 --items-count 1000