hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
18 stars 2 forks source link

To profile hedera-node under E2E tests #129

Open alex-kuzmin-hg opened 2 months ago

alex-kuzmin-hg commented 2 months ago

Goal: to profile hedera-node under load of E2E test. E2E test is valuable source of good test coverage with 1000+ tests running longer than 1 hour

./gradlew -Dorg.gradle.daemon=false :test-clients:test

Task: to publish algorithm profiling of that regularly

alex-kuzmin-hg commented 2 months ago

Found an instrumentation to change hedera Kotling Gradle to invisibly intrument classes to keep them 'UP-TO-DATE' stage when building E2E tests.

alex-kuzmin-hg commented 2 months ago

Post action: to automate in GHA