Skip to content

Commit

Permalink
Merge remote-tracking branch 'pokt/main' into issues/657/feat/app-sta…
Browse files Browse the repository at this point in the history
…ke-transfer

* pokt/main:
  [Application] Implement unbonding period (#735)
  [Docs] Move over docs from poktroll-docker-compose-example (#757)
  [Performance] Reduce RelayMiner memory consumption under load (#739)
  • Loading branch information
bryanchriswhite committed Aug 27, 2024
2 parents e9dee27 + 5042312 commit 7fe7a0e
Show file tree
Hide file tree
Showing 52 changed files with 2,093 additions and 299 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,12 @@ test_load_relays_stress_localnet: test_e2e_env warn_message_local_stress_test ##
-tags=load,test -run LoadRelays --log-level=debug --timeout=30m \
--manifest ./load-testing/loadtest_manifest_localnet.yaml

.PHONY: test_load_relays_stress_localnet_single_supplier
test_load_relays_stress_localnet_single_supplier: test_e2e_env warn_message_local_stress_test ## Run the stress test for E2E relays on LocalNet using exclusively one supplier.
go test -v -count=1 ./load-testing/tests/... \
-tags=load,test -run TestLoadRelaysSingleSupplier --log-level=debug --timeout=30m \
--manifest ./load-testing/loadtest_manifest_localnet_single_supplier.yaml

.PHONY: test_verbose
test_verbose: check_go_version ## Run all go tests verbosely
go test -count=1 -v -race -tags test ./...
Expand Down
118 changes: 90 additions & 28 deletions api/poktroll/application/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fe7a0e

Please sign in to comment.