ray/test
Philipp Moritz d3697ce4e1
Ready queue refactor to make Dispatching tasks more efficient (#3324)
* put queues outside

* working version, still needs to be optimized

* implement round robin

* proper round robin

* fix spillback

* update

* fix

* cleanup

* more cleanups

* fix

* fix

* add documentation

* explanation for hash combiner

* speed it up

* cleanup and linting

* linting

* comments

* Update scheduling_queue.h

* temp commit

* fixes

* update

* fix

* cleanup

* cleanup

* lint

* more prints

* more prints

* increase sleep

* documentation

* sleep

* fix

* fix

* sleep longer

* update

* fix

* fix

* fix

* Add ordered_set container.

* Fix

* Linting

* Constructors

* Remove O(n) call to list.size().

* fixes

* use ordered set

* Fix.

* Add documentation.

* Add iterators to ordered_set container implementation.

* iterator_type -> iterator

* Make typedefs private

* Add const_iterator

* fix

* fix test

* linting

* lint

* update

* add documentation

* linting
2018-11-20 13:14:12 -08:00
..
jenkins_tests Suppress duplicate pre-emptive object pushes. (#3276) 2018-11-16 23:02:45 -08:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Ready queue refactor to make Dispatching tasks more efficient (#3324) 2018-11-20 13:14:12 -08:00
array_test.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
autoscaler_test.py [autoscaler] Cleanup Logging (#2709) 2018-08-25 17:08:45 -07:00
component_failures_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
credis_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
cython_test.py Convert asserts in unittest to pytest (#2529) 2018-08-01 22:32:10 -07:00
failure_test.py Remove legacy Ray code. (#3121) 2018-10-26 13:36:58 -07:00
microbenchmarks.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
monitor_test.py Re-enable sharded monitor test for xray, convert to pytest. (#2804) 2018-09-01 19:53:40 -07:00
multi_node_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
multi_node_test_2.py Clean up Ray processes after cluster util exits (#3278) 2018-11-13 13:18:12 -08:00
node_manager_test.py Don't unsubscribe dependencies for infeasible tasks. (#3338) 2018-11-16 11:33:00 -08:00
object_manager_test.py Suppress duplicate pre-emptive object pushes. (#3276) 2018-11-16 23:02:45 -08:00
recursion_test.py Fix text verbosity in python 2.7 by running tests with pytest (#2470) 2018-07-30 11:04:06 -07:00
runtest.py Suppress duplicate pre-emptive object pushes. (#3276) 2018-11-16 23:02:45 -08:00
stress_tests.py Allow multiple threads to call ray.get and ray.wait (#3244) 2018-11-07 22:39:28 -08:00
tempfile_test.py Deprecate num_workers argument to ray.init and ray start. (#3114) 2018-10-28 20:12:49 -07:00
tensorflow_test.py Convert some unittests to pytest. (#2779) 2018-08-31 11:24:15 -07:00
xray_test.py Remove legacy Ray code. (#3121) 2018-10-26 13:36:58 -07:00