Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 12, 2023
1 parent 0c95698 commit 80417dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions performance_measurement/measure_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
from rabbitmq_inputs import RabbitMQInputGenerator
from zk_inputs import ZooKeeperInputGenerator

sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '..')))

from acto import utils
from acto.common import kubernetes_client
from acto.constant import CONST
Expand All @@ -22,9 +25,6 @@
from acto.post_process.post_chain_inputs import ChainInputs
from acto.utils.preprocess import process_crd

sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '..')))


def load_inputs_from_dir(dir: str) -> list:
inputs = []
Expand Down

0 comments on commit 80417dc

Please sign in to comment.