Initial Support for Airspeed Velocity#2113
Conversation
|
Test FAILed. |
pcmoritz
left a comment
There was a problem hiding this comment.
Can you add a simple Benchmarks.md file that tells people how to run the benchmarks?
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Thanks, there was another linting error which I fixed now, I'll merge it when the tests pass (https://travis-ci.com/robertnishihara/ray-private-travis/builds/74152646) |
| @@ -0,0 +1,26 @@ | |||
| from __future__ import print_function | |||
There was a problem hiding this comment.
This should be
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
There was a problem hiding this comment.
I realize this is autogenerated code.
python/README-benchmarks.md
Outdated
| @@ -0,0 +1,6 @@ | |||
| # Running the benchmarks | |||
There was a problem hiding this comment.
In general, we should use rst, not markdown
|
Test FAILed. |
|
Jenkins retest this please |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
* master: [DataFrame] Refactor GroupBy Methods and Implement Reindex (ray-project#2101) Initial Support for Airspeed Velocity (ray-project#2113) Use automatic memory management in Redis modules. (ray-project#1797) [DataFrame] Test bugfixes (ray-project#2111) [DataFrame] Update initializations of IndexMetadata which use outdated APIs (ray-project#2103)
* master: Prototype named actors. (ray-project#2129) Update arrow to latest master (ray-project#2100) [DataFrame] Speed up dtypes (ray-project#2118) do not fetch from dead Plasma Manager (ray-project#2116) [DataFrame] Refactor GroupBy Methods and Implement Reindex (ray-project#2101) Initial Support for Airspeed Velocity (ray-project#2113) Use automatic memory management in Redis modules. (ray-project#1797) [DataFrame] Test bugfixes (ray-project#2111) [DataFrame] Update initializations of IndexMetadata which use outdated APIs (ray-project#2103)
This is to address a variety of regression testing TODOs, and also should partially address #2112.