This commit is contained in:
2026-06-13 19:53:27 +03:00
parent 5778782737
commit 1d1fdb1f0b
19 changed files with 1508 additions and 858 deletions

View File

@@ -2,10 +2,10 @@ cd examples/database
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../database_linux
cd -
cd examples/loadtest
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../loadtest_linux
cd -
# cd examples/loadtest
# env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../loadtest_linux
# cd -
cd examples/requests
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../requests_linux
cd -
# cd examples/requests
# env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../requests_linux
# cd -