| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This package provides integration and load testing utilities for precise code intel services.
Ensure that the following tools are available on your path:
"repos": [
"sourcegraph-testing/etcd",
"sourcegraph-testing/tidb",
"sourcegraph-testing/titan",
"sourcegraph-testing/zap"
],
./scripts/download.sh
Alternatively, generate them by running the following command (this takes much longer):
./scripts/clone-and-index.sh
Upload the indexes to your the target instance by running the following command:
go build && ./precise-code-intel-tester upload
Then run test queries against the target instance by running the following command:
go build && ./precise-code-intel-tester query
If there is a change to an indexer that needs to be tested, the indexes can be regenerated and uploaded to gcloud for future test runs.
Generate indexes by running the following command:
./scripts/clone-and-index.sh
Upload the generated indexes by running the following command:
./scripts/upload.sh
| Back | FazBrowse Home | New Git URL |