Hello May I ask you a question about StandardJMeterEngine?
I made my custom Sampler and plugged into JMeter. Its constructor accesses some files to configure itself. And it takes about 500 milliseconds. I thought that the processing cost doesn't affect a performance of JMeter. But actually, rampup timings were later than what were expected. In StandardJMeterEngine.run() method [316-344], JMeterThreads are created, configured and started in turn. So the longer time it takes to construct and configure, the later the rampup timings are. I think that this problem is solvable in the following change of StandardJMeterEngine. After all the JMeterThreads for a TestPlan are ready, StandardJMeterEngine call Thread.start() for each JMeterThread. Can I get some feedback on this? Thank you. ----------------------------------------- Masashi Takeichi <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
