We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b9df1 commit cd7e7d4Copy full SHA for cd7e7d4
README.md
@@ -90,6 +90,12 @@ a `null`, value:
90
If the scenario file is not being provided, the scale tests will try to auto-evaluate candidate documents. However, this
91
is not reproducible, and should only be used for local testing.
92
93
+It is possible to generate the content for a scenario file by setting the environment variable `GENERATE_SCENARIO=true`:
94
+
95
+```bash
96
+env GENERATE_SCENARIO=true DATABASE_URL=postgresql://postgres:trustify@localhost:5432/trustify cargo run --release
97
+```
98
99
## Request timeouts
100
101
To prevent calls from failing due to timeouts, it is possible to use `REQUEST_TIMEOUT` with a humantime format
0 commit comments