1cae9db8e1
as we no longer use it and rely on GitHub security features. ***NO_CI*** |
||
---|---|---|
.. | ||
test | ||
README.md | ||
package.json | ||
sample.env | ||
tsconfig.json |
README.md
Performance Testing for Avro Serializer
Instructions
-
Build the schema-registry perf tests package
rush build -t perf-schema-registry-avro
. -
Copy the
sample.env
file and name it as.env
. -
Create an Event Hubs account and populate the
.env
file with the relevant credentials. -
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
-