159
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
perf: use LongAdder and LongAccumulator to avoid synchronization in Calculator More... 12 months ago
test: remove exception class from the assertion in ServiceLoaderTest as it varies across Java implementations More... 12 months ago
perf: Improve HTTP HeaderManager performance when it contains many headers: skip reinitialization on each iteration More... 12 months ago
fix: account for Provider ... is not a subtype errors in ClassFinder#loadServices More... 12 months ago
style: fix import order in RenderInBrowser More... 12 months ago
perf: reduce synchronization contention on AbstractTestElement that are shared between threads More... 12 months ago
perf: cache bean properties in TestBeanHelper and avoid synchronization, so test plans with TestBean-based elements is faster More... 12 months ago
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1 More... 12 months ago
test: add test for overriding FunctionProperty value while test is runing More... 12 months ago
chore: bump lets-plot-kotlin-jvm to 4.4.1 More... 12 months ago
feat: use ServiceLoader to find implementations instead of searching classes in jars (#5885) More... 12 months ago
chore: remove stale exclusions from lets-plot dependency declarations More... 12 months ago
chore: move commons-collections from compile to runtime-only dependency of :src:core More... 12 months ago
feat: Use Caffeine for caching customizers in TestBeanGUI instead of commons-collections4 LRUMap (#5910) More... 12 months ago
Use Caffeine for caching HTTP headers instead of commons-collections4 LRUMap (#5911) More... 12 months ago
Use JMeterProperty#intValue for loop count directly (#5876) More... 12 months ago
fix(deps): update dependency checkstyle to v10.11.0 (#5913) More... 12 months ago
fix: reduce delay for stopping JMeter in non-GUI mode from 60 to 1 second More... 12 months ago
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.19.1 More... 12 months ago
fix(deps): update org.checkerframework (#5887) More... 12 months ago
chore: add checksum for checkerframework-gradle-plugin 0.6.27 More... 12 months ago
fix(deps): update dependency org.jetbrains.lets-plot:lets-plot-batik to v3.2.0 (#5907) More... 12 months ago
style: replace collections4.EnumerationUtils.toList with Java's Collections.list More... 12 months ago
style: add .editorconfig to force braces in for, do, while, and if statements More... 12 months ago
feat: Use Caffeine for caching compiled scripts in JSR223 samplers instead of commons-collections4 LRUMap More... 12 months ago
fix(deps): update dependency net.sf.saxon:saxon-he to v11.5 (#5854) More... 12 months ago
fix(deps): update dependency org.jetbrains:annotations to v24 (#5908) More... 12 months ago
Speed up CPU-bound tests by skipping recoverRunningVersion for elements that are shared between threads (the ones that implement NoThreadClone (#5899) More... 12 months ago
update changes.xml with #5901 (Fix NumberFormatException when counter is empty or not a digit on Proxy Settings panel) More... 12 months ago
Merge branch 'Fix_NFE_on_counter_button' More... 12 months ago