Skip to content

Commit

Permalink
Addition of version 1.2.1 for Modality Plugin
Browse files Browse the repository at this point in the history
This is to reduce the number of false positives by ensuring that the bin size used when building the histogram is at least as large as the computed value (by using Math.ceil() function).
  • Loading branch information
rbourga committed Sep 27, 2024
1 parent 15423c9 commit 4359d2d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,18 @@
"jfreechart": "https://repo1.maven.org/maven2/org/jfree/jfreechart/1.5.5/jfreechart-1.5.5.jar"
},
"depends":["jmeter-core"]
}
},
"1.2.1": {
"downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.1/jmeter-plugins-modalitycovcheck-1.2.1.jar",
"changes": "Reduction of false positives by ensuring that the bin size is at least as large as the computed value.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar",
"commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.12.0/commons-csv-1.12.0.jar",
"jfreechart": "https://repo1.maven.org/maven2/org/jfree/jfreechart/1.5.5/jfreechart-1.5.5.jar"
},
"depends":["jmeter-core"]
}
}
},
{
Expand Down

0 comments on commit 4359d2d

Please sign in to comment.