Skip to content

Commit

Permalink
Remove remnant function write_batching_history() (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinkedia7 authored Oct 1, 2024
1 parent 8afeaf0 commit bb29069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vidur/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def _write_output(self) -> None:

if self._config.metrics_config.write_json_trace:
self._write_event_trace()
self._scheduler.write_batching_history()
logger.info("Json event trace written")

if self._config.metrics_config.enable_chrome_trace:
Expand Down

0 comments on commit bb29069

Please sign in to comment.