mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
Rename get_task -> worker_idle in timeline. (#3179)
* Rename get_task -> worker_idle in timeline. * Fix test.
This commit is contained in:
committed by
Philipp Moritz
parent
2bef9844bf
commit
5822aa2388
+1
-1
@@ -1015,7 +1015,7 @@ def test_profiling_api(shutdown_only):
|
||||
profile_data = ray.global_state.chrome_tracing_dump()
|
||||
event_types = {event["cat"] for event in profile_data}
|
||||
expected_types = [
|
||||
"get_task",
|
||||
"worker_idle",
|
||||
"task",
|
||||
"task:deserialize_arguments",
|
||||
"task:execute",
|
||||
|
||||
Reference in New Issue
Block a user