Browse Source

dir change

thenatlog 11 months ago
parent
commit
e9b6b0c62b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -17,7 +17,7 @@ jobs:
             python3 -m venv venv
             . venv/bin/activate
             pip install aiohttp
-            python3 $HOME/Library/Preferences/com.circleci.runner/workdir/.circleci/bench.py
+            python3 $HOME/Library/com.circleci.runner/workdir/.circleci/bench.py
       - store_artifacts:
           path: artifacts/benchmark.json
           destination: benchmark.json