Skip to content

Commit

Permalink
Merge branch 'main' into klaijan/xlsx-sub-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaijan authored Oct 2, 2023
2 parents d8a51fb + 0abebb5 commit 0efd7fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.19-dev2
## 0.10.19-dev3

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions scripts/performance/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.19-dev2" # pragma: no cover
__version__ = "0.10.19-dev3" # pragma: no cover

0 comments on commit 0efd7fe

Please sign in to comment.