Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bachish committed May 31, 2024
1 parent dc9e9ce commit 9a4e8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(3) Jflex
```
## Generate files
Run `/scripts/generate_all.sh`
Run `./scripts/generate_all.sh`
## Run benchmarks
From root project folder run `./gradlew :benchmarks:jmh -PtoolName=${toolRegexp} -Pdataset=${absolutePathToDatasetFolder}`

Expand Down
4 changes: 2 additions & 2 deletions scripts/generate_all.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
shopt -s nullglob #ingore failed patterns
rootPrj=$(pwd)
parserDest="../benchmarks/src/main/kotlin/"
antlrSrc="benchmarks/src/main/java/org/antlr"
parserDest="../benchmarks/src/jmh/kotlin/"
antlrSrc="benchmarks/src/jmh/java/org/antlr"
lexerSrc="examples/src/main/java/java8"

printf "\n\nINSTALL PACKAGES\n"
Expand Down

0 comments on commit 9a4e8d3

Please sign in to comment.