Skip to content

Commit fa00980

Browse files
committed
Move cases into their own directory
1 parent ca7250d commit fa00980

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

perf/perftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from jmespath.lexer import Lexer
2424

2525

26-
DIRECTORY = os.path.join(os.path.dirname(os.path.abspath(__file__)))
26+
DIRECTORY = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'cases')
2727
DEFAULT_NUM_LOOP = 1000
2828

2929

0 commit comments

Comments
 (0)