https://github.com/owncloud/cdperf
:atom_symbol: ownCloud cloud performance test
https://github.com/owncloud/cdperf
Last synced: 12 months ago
JSON representation
:atom_symbol: ownCloud cloud performance test
- Host: GitHub
- URL: https://github.com/owncloud/cdperf
- Owner: owncloud
- License: apache-2.0
- Created: 2021-01-06T12:10:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T09:11:28.000Z (about 1 year ago)
- Last Synced: 2025-06-28T18:13:12.577Z (12 months ago)
- Language: TypeScript
- Homepage: https://owncloud.github.io/
- Size: 13.9 MB
- Stars: 11
- Watchers: 16
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ownCloud cloud testing toolbox
This repository contains the tools we use to test and measure the performance of different cloud systems.
For detailed information how to run and write new tests, please read [the cdperf documentation](https://owncloud.dev/cdperf/).
## Supported clouds
* [ownCloud Core](https://github.com/owncloud/core)
* [Infinite Scale](https://github.com/owncloud/ocis)
* [Nextcloud](https://github.com/nextcloud/server/)
## Package Index
* [k6-tdk](packages/k6-tdk): Test development kit, look here how to write tests.
* [k6-tests](packages/k6-tests): Ready to use k6 tests, If you want to start testing right away, look here.
* [eslint-config](packages/eslint-config): ESLint config shared across the packages, not public facing.
* [tsconfig](packages/tsconfig): TypeScript config shared across the packages, not public facing.
* [turbowatch](packages/turbowatch): Turbowatch config shared across the packages, not public facing.
## Security
If you find a security issue please contact [security@owncloud.com](mailto:security@owncloud.com) first
## Contributing
Fork -> Patch -> Push -> Pull Request
### Building
- You need pnpm
- Run `pnpm install`
- Run `pnpm build`
## License
Apache-2.0
## Dictonary
* **oCis**: [ownCloud Infinite Scale](https://github.com/owncloud/ocis)
* **k6-tdk**: k6 test development kit
* **cdPerf**: cloud performance
## Copyright
```console
Copyright (c) 2023 ownCloud GmbH
```