Skip to content

Commit

Permalink
CI Build corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 1, 2020
1 parent 3482e47 commit d6763b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}


CELLAR = '/home/linuxbrew/.linuxbrew/Homebrew/Cellar/jmeter' if 'linux' in sys.platform else '/usr/local/Cellar/jmeter'
CELLAR = '/home/ubuntu/.linuxbrew/Cellar/jmeter' if 'linux' in sys.platform else '/usr/local/Cellar/jmeter'
JMETER_VERSION = os.listdir(CELLAR)[0]
CMDRUNNER = '{}/{}/libexec/lib/cmdrunner-2.2.jar'.format(CELLAR, JMETER_VERSION)
JMETER = '{}/{}/libexec/bin/jmeter'.format(CELLAR, JMETER_VERSION)
Expand Down

0 comments on commit d6763b5

Please sign in to comment.