jmeter
jmeter copied to clipboard
WIP: ThreadGroup multi-tasking
Description
See https://lists.apache.org/thread.html/df0349a01889bec3a202f25dfdcf1ecd7fc9da535a48799576aff4bb@%3Cdev.jmeter.apache.org%3E
Motivation and Context
JMeter should not block threads on long pauses. That would enable testing with big "think times" with little amount of threads (==save RAM).
Java's Loom
https://mail.openjdk.java.net/pipermail/loom-dev/2019-December/000931.html
Checklist:
- [x] try adding Kotlin
- [ ] Implement multi-tasking
Codecov Report
Merging #540 into master will increase coverage by
0.53%
. The diff coverage is51.33%
.
@@ Coverage Diff @@
## master #540 +/- ##
============================================
+ Coverage 55.46% 55.99% +0.53%
- Complexity 9964 9975 +11
============================================
Files 1029 1027 -2
Lines 63291 62770 -521
Branches 7141 7045 -96
============================================
+ Hits 35106 35150 +44
+ Misses 25708 25137 -571
- Partials 2477 2483 +6
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7a97d7f...214a9f7. Read the comment docs.
Hi @vlsi , Do you intend to continue working on this PR which looks really interesting or do you think there are blocking issues ?
Thanks
@pmouawad , I don't work on this at the moment, however, it probably could fly.