-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add visualization tool and alibaba_loader_task_max_pow2_slots flag and more #79
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_filename_v2 - Skip reading libtetrisched_performance.csv in analysis_utils.py
…t/erdos-scheduling-simulator into ray-osdi-experiment
This reverts commit 70ba62c.
… two, fix to minimum task deadline
- Add _sample_normal_distribution_random() to randomize task duration
…t/erdos-scheduling-simulator into ray-osdi-experiment
…v logs - Convert Resource, WorkerPoolUtilization, and WorkerPool to dataclass - Add slowest_execution_time field to Task - Make intended_release_time, release_time, deadline, and window_to_execute optionally None - Add Task.release_time_compare_key to support comparing with None values
…nd miss deadline tasks and tasks graphs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--alibaba_loader_task_max_pow2_slots
tomain.py
schedulers/tetrisched/src/OptimizationPasses.cpp
round
instead ofint
infuzz_time
self._rng.poisson
, which actually wants "inter-task" arrival rate.data/csv_types.py
anddata/csv_reader.py
to use data classexperiments/analysis_utils.py