Optimize tests timings
See original GitHub issueRight now tests take more than 7 minutes. https://github.com/lk-geimfari/mimesis/issues/263#issuecomment-347634658
What do I suggest:
- profiling
- using several threads with
pytest-xdist - optimisation
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Schedule experiences - Optimize Resource Hub
Set custom start and end times for your tests. Optimize's experiment scheduling feature allows you to set your experiment's start and end times...
Read more >5-Step Strategy for Optimizing Slow Tests - Semaphore CI
Keep repeating the process until the total test time is shorter than the time it takes to stretch your legs. Fasts tests will...
Read more >How to Effectively A/B Test Send Time Optimization
We recommend you wait at least 48 hours, if not longer, before analyzing the results of any email A/B test. Take into account...
Read more >Complete guide to testing and optimization (with use cases)
In marketing, testing and optimizing is the process of testing variations of content, design or functionality, monitoring test results and fine-tuning your ...
Read more >Optimizing Test Time | Electronic Design
Make the most of your test time: Think before you write code, ... Since there are many ways to optimize a test program,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@sobolevn I have used flag
-n autoand it’s detected 4 cores automatically.@sobolevn Also Travis provides CPU with 2 cores, not 4.