Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.28 KB

File metadata and controls

58 lines (35 loc) · 1.28 KB

Benchmark Results

Automated test suite performance tracking for Windows platform.

Adding new tests

Details
  1. Edit ./scripts/benchmark_config.toml and add:
[[tests]]
test_id = "test_my_feature"
display_name = "My Feature Loading Time"
graph_filename = "my_feature_loading_time.png"
pattern = "test_my_feature"
ylabel = "Load Time (ms)"
  1. Add your test in this README.md under section Performance tests:
<summary><b>My Feature Loading Time</b></summary>

![My Feature Loading Timee](./docs/my_feature_loading_time.png)

Summary Metrics

Pass Rate Trend

Pass Rate

Total Test Suite Duration

Duration


Performance Tests

Wallet Screen Loading Time Performance

Wallet Loading Time

Wallet Assets Loading Time Performance

Wallet Assets Loading Time

Swap Screen Loading Time Performance

Swap Loading Time

Community Screen Loading Time Performance

Community Loading Time