Skip to content

Commit

Permalink
test: Update benchsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed May 22, 2021
1 parent 65d0ea2 commit bd135c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchsuite/uut/codespell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

UUT_DIR="codespell"
CODESPELL_VERSION="1.15.0"
CODESPELL_VERSION="2.0.0"

if [[ $# -eq 0 ]]; then
exit 1
Expand Down
2 changes: 1 addition & 1 deletion benchsuite/uut/misspell_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

UUT_DIR="misspell_go"
MISSPELL_GO_VERSION="2.2"
MISSPELL_GO_VERSION="0.3.4"

if [[ $# -eq 0 ]]; then
exit 1
Expand Down

0 comments on commit bd135c4

Please sign in to comment.