Skip to content

Commit

Permalink
fix: typo in directory name (#12590)
Browse files Browse the repository at this point in the history
@InventiveCoder found a typo: `continous` should be `continuous`. This
PR renames the directory and adjusts the spelling in scripts.

Related to #12587.
  • Loading branch information
mooori authored Dec 13, 2024
1 parent f38fb61 commit 8457044
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/ft-benchmark-data-sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_commit() -> tuple[str, datetime]:

def commit_to_db(data: dict) -> None:
print(data)
chdir(os.path.expanduser("~/nearcore/benchmarks/continous/db/tool"))
chdir(os.path.expanduser("~/nearcore/benchmarks/continuous/db/tool"))
with tempfile.NamedTemporaryFile(mode="w", encoding='utf-8') as fp:
json.dump(data, fp)
fp.flush()
Expand Down
2 changes: 1 addition & 1 deletion scripts/ft-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date
# Otherwise nearup and cargo don't work even if installed properly
PATH=/home/ubuntu/.local/bin/:$PATH
export PATH=$PATH:$HOME/.cargo/bin
source benchmarks/continous/db/tool/dbprofile
source benchmarks/continuous/db/tool/dbprofile

# Fetch the latest changes from the remote
git fetch
Expand Down

0 comments on commit 8457044

Please sign in to comment.