Skip to content

Commit bd135c4

Browse files
author
Ed Page
committed
test: Update benchsuite
1 parent 65d0ea2 commit bd135c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchsuite/uut/codespell.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
UUT_DIR="codespell"
7-
CODESPELL_VERSION="1.15.0"
7+
CODESPELL_VERSION="2.0.0"
88

99
if [[ $# -eq 0 ]]; then
1010
exit 1

benchsuite/uut/misspell_go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
UUT_DIR="misspell_go"
5-
MISSPELL_GO_VERSION="2.2"
5+
MISSPELL_GO_VERSION="0.3.4"
66

77
if [[ $# -eq 0 ]]; then
88
exit 1

0 commit comments

Comments
 (0)