Skip to content

Commit

Permalink
Improve synthetic app for dynamics workflows (#137)
Browse files Browse the repository at this point in the history
* Switch to using Redis, log more

* Synthetic test is very similar to task limit

* Add script for running test locally

* Add redis to the dev environment

* Record more statistics about proxy timings

* Use numpy to create a blank array

It's faster

* Make redis configurable

* Add reaction time figure

* Fix typo
  • Loading branch information
WardLT committed May 17, 2024
1 parent 5810286 commit f5fcf49
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 400 deletions.
2 changes: 1 addition & 1 deletion colmena/task_server/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self,
"""
Args:
methods: Methods to be served
queues: Queues used to commmunicate with thinker
queues: Queues used to communicate with thinker
threads: Use threads instead of workers
num_workers: Number of workers to deploy.
"""
Expand Down
3 changes: 0 additions & 3 deletions demo_apps/synthetic-data/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions demo_apps/synthetic-data/README.md

This file was deleted.

331 changes: 0 additions & 331 deletions demo_apps/synthetic-data/synthetic.py

This file was deleted.

0 comments on commit f5fcf49

Please sign in to comment.