File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 55
66set -euo pipefail
77
8+ # shellcheck disable=SC2154 # is set by mise
89VERSION=${usage_tag# v}
910
1011mise run set-version " $VERSION "
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ set -euo pipefail
99# '<version>$usage_version</version>' in all pom.xml files in the current directory and
1010# subdirectories
1111
12+ # shellcheck disable=SC2154 # is set by mise
1213find . -name ' pom.xml' -exec \
1314 sed -i " s/<version>1.5.0-SNAPSHOT<\/version>/<version>$usage_version <\/version>/g" {} +
Original file line number Diff line number Diff line change @@ -12,5 +12,3 @@ docker run --rm \
1212 --env-file " .github/super-linter.env" \
1313 -v " $( pwd) " :/tmp/lint \
1414 ghcr.io/super-linter/super-linter:latest
15-
16- popd
Original file line number Diff line number Diff line change 1111if here not in sys .path :
1212 sys .path .insert (0 , here )
1313
14+
1415class TestRunBenchmarksFiltering (unittest .TestCase ):
1516 def setUp (self ):
1617 # sample JMH table with mixed-class lines
Original file line number Diff line number Diff line change 88any <pre>...</pre> blocks containing "thrpt" under the `benchmarks/` module
99(files such as Java sources with embedded example output in javadocs).
1010
11- Usage: ./.mise/tasks/update_benchmarks.py [--mvnw ./mvnw] [--module benchmarks] [--java java] [--jmh-args "-f 1 -wi 0 -i 1"]
11+ Usage: ./.mise/tasks/update_benchmarks.py [--mvnw ./mvnw] [--module benchmarks] [--java java]
12+ [--jmh-args "-f 1 -wi 0 -i 1"]
1213
1314By default this will:
1415 - run the maven wrapper to package the benchmarks: `./mvnw -pl benchmarks -am -DskipTests package`
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments