Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove some deepcopy to speed up workflow conductor #256

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6a6f0b8
remove some deepcopy to speed up workflow conductor
guzzijones Jul 7, 2023
0f5d374
Update tox.yml
guzzijones Jul 8, 2023
73522e4
Update tox.yml
guzzijones Jul 8, 2023
46c7546
Update tox.yml
guzzijones Jul 8, 2023
3bff3e0
black formatting
guzzijones Jul 10, 2023
3805276
add back python 3.8
guzzijones Jul 10, 2023
8ce4a42
try 18.04
guzzijones Jul 10, 2023
61bf846
switch back to 20.04
guzzijones Jul 10, 2023
bbd2ea4
remove unittest2
guzzijones Jul 10, 2023
cb52348
install setup.py to load entrypoints
guzzijones Jul 10, 2023
7bdb543
set language
guzzijones Jul 10, 2023
8fd8bb1
remove another deepcopy
guzzijones Jul 10, 2023
aac13bf
remove staged copy
guzzijones Jul 10, 2023
4712345
remove reruns deepcopy
guzzijones Jul 10, 2023
f5caf3a
remove serialize parent_ctx copy
guzzijones Jul 10, 2023
6478f9b
deepcopy machine.py, deepcopy graphing.py, conducting.py
guzzijones Jul 11, 2023
0f58986
remove json_util
guzzijones Jul 11, 2023
d3541fb
need to copy staged so it isn't mutated for with items
guzzijones Jul 12, 2023
6e3866a
ensure staged is deep copied
guzzijones Jul 24, 2023
62a23a5
flake8 lint fix
guzzijones Jul 24, 2023
1364dca
add back deepcopy for errors as they are also mutated in st2
guzzijones Jul 27, 2023
d9816fa
do not copy with items context; added benchmarks
guzzijones Jan 23, 2024
016f825
remove comment about task render
guzzijones Jan 23, 2024
8cf2ff8
add test requirements
guzzijones Jan 23, 2024
3e7cfb4
fix conflicts
guzzijones Jan 23, 2024
eb09856
typo in benchmark vs benchmarks
guzzijones Jan 23, 2024
c5dbc16
add __init__.py so imports work
guzzijones Jan 23, 2024
84a6aa2
remove unused import ctx_util
guzzijones Jan 23, 2024
a1f4685
flake8 fixes
guzzijones Jan 23, 2024
3c2db2c
add license file
guzzijones Jan 23, 2024
429f0e0
remove extras require
guzzijones Jan 23, 2024
25cf175
more deep copy removed
guzzijones Jan 30, 2024
d4c848b
flake fix
guzzijones Jan 30, 2024
ce8fcdf
Merge branch 'master' into nocopy
guzzijones Sep 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add __init__.py so imports work
  • Loading branch information
guzzijones committed Jan 23, 2024
commit c5dbc16526c79faf5d1ed7c7ae5b5834ed639ccb
Empty file added orquesta/benchmarks/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Loading