https://github.com/tranphuquy19/enc-app
https://github.com/tranphuquy19/enc-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranphuquy19/enc-app
- Owner: tranphuquy19
- Created: 2024-11-20T18:54:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T03:59:47.000Z (6 months ago)
- Last Synced: 2025-01-26T07:42:11.718Z (3 months ago)
- Language: C#
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Commands
```bash
docker compose builddocker compose up -d
docker compose push
# 60 MB * 5 = 300 MB in 30s
for i in {1..30}; do
echo "Batch $i"
for j in {1..5}; do
curl http://api.enclave-it.click/views/count &
done
sleep 2
done```