diff --git a/CHANGELOG.md b/CHANGELOG.md index 84db5cb32c..d349b79459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.10.19-dev2 +## 0.10.19-dev3 ### Enhancements diff --git a/scripts/performance/benchmark.sh b/scripts/performance/benchmark.sh index 0cbf7f4337..878f22f4dd 100755 --- a/scripts/performance/benchmark.sh +++ b/scripts/performance/benchmark.sh @@ -44,9 +44,9 @@ if [[ "$DOCKER_TEST" == "true" ]]; then -e GIT_HASH="$GIT_HASH" \ -e SLOW_FILES="${SLOW_FILES[*]}" \ -e HI_RES_STRATEGY_FILES="${HI_RES_STRATEGY_FILES[*]}" \ - -v "${SCRIPT_DIR}":/home/scripts/performance \ + -v "${SCRIPT_DIR}":/home/notebook-user/scripts/performance \ unstructured:perf-test \ - bash /home/scripts/performance/benchmark-local.sh 2>&1 | tee >(while IFS= read -r line; do + bash /home/notebook-user/scripts/performance/benchmark-local.sh 2>&1 | tee >(while IFS= read -r line; do read_benchmark_logs_for_results done) else diff --git a/unstructured/__version__.py b/unstructured/__version__.py index bfddceeb0e..a84e0335aa 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.10.19-dev2" # pragma: no cover +__version__ = "0.10.19-dev3" # pragma: no cover