jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.eclipse.jgit:org.eclipse.jgit](https://eclipse.gerrithub.io/admin/repos/eclipse-jgit/jgit) | `6.10.1.202505221210-r` -> `7.4.0.202509020913-r` |  |  | --- ### Configuration...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.autostyle:com.github.autostyle.gradle.plugin](https://redirect.github.com/autostyle/autostyle) | `4.0` -> `4.0.1` |  |  | --- ### Release...
### Expected behavior The bug #6044 has not been fixed properly and still exist. Using a transaction controller for every thread and loop an entry will be written in the...
### Expected behavior The ` __RandomDate` function should treat the provided end date as inclusive. When the start and end dates are the same, the function should simply return that...
### Expected behavior Test working correctly ### Actual behavior If user does not fill filename for View Result Tree then test does not start: After clicks Append to existing file...
## Description RandomDate now picks inclusive date ranges by delegating the day selection to a new `pickRandomDay(...)` helper. That method returns the single-day range immediately and otherwise calls `ThreadLocalRandom.nextLong(start, end...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.autostyle](https://redirect.github.com/autostyle/autostyle) | `4.0` -> `4.0.1` |  |  | --- ### Release...
JMeter ships with Xalan, however, many its features are available with Java. Xalan is not actively maintained, so we should consider removing Xalan APIs. Unfortuantely, JMeter public APIs include Xalan...
### Expected behavior Expected: I should be able to right-click on thread group to utilize some function like disable/enable ### Actual behavior Actual: Unable to perform right-click anywhere under stepping...
## Description Introduce `listenerIsEnabled` to InfluxdbBackendListenerClient and InfluxDBRawBackendListenerClient. By this it is possible to enable/disable the sending of Metrics by properties (like in the Dynatrace/MINT Backend Listener) ## Motivation and...