Unleash is the open source feature toggle service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
olav 66d9d7a6d2
feat: add segments (#1426)
2 years ago
..
seed feat: add segments (#1426) 2 years ago
test feat: add segments (#1426) 2 years ago
README.md feat: add segments (#1426) 2 years ago
env.sh feat: add segments (#1426) 2 years ago

README.md

/perf

Testing performance testing! Files of note:

# Configure the app URL and auth token to use in performance testing.
./env.sh

# Export all the data from the app at the configured URL.
./seed/export.sh

# Import previously exported data to the app instance.
./seed/import.sh

# Measure the GZIP response size for interesting endpoints.
./test/gzip.sh

# Run a few load test scenarios against the app.
./test/artillery.sh

See also the following scripts in package.json:

# Fill the unleash_testing/seed schema with seed data.
$ yarn seed:setup

# Serve the unleash_testing/seed schema data, for exports.
$ yarn seed:serve

Edit files in /test/e2e/seed to change the amount data.