Skip to content
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

Fixing duration calculation in result events #801

Open
danielfeismann opened this issue Apr 28, 2024 · 0 comments
Open

Fixing duration calculation in result events #801

danielfeismann opened this issue Apr 28, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@danielfeismann
Copy link
Member

duration calculation should return duration for the simulation step. At the moment it returns the total duration from start till the end of each step

11:40:00.182 INFO  e.i.s.e.l.RuntimeEventListener$ - ******* Simulation until 2019-01-01T19:00:00Z completed. (duration: 0h : 0m : 27s , memory: 0.1 GB) ******
11:40:01.452 INFO  e.i.s.e.l.RuntimeEventListener$ - ******* Simulation until 2019-01-01T20:00:00Z completed. (duration: 0h : 0m : 28s , memory: 0.2 GB) ******
11:40:02.708 INFO  e.i.s.e.l.RuntimeEventListener$ - ******* Simulation until 2019-01-01T21:00:00Z completed. (duration: 0h : 0m : 29s , memory: 0.1 GB) ******
11:40:03.989 INFO  e.i.s.e.l.RuntimeEventListener$ - ******* Simulation until 2019-01-01T22:00:00Z completed. (duration: 0h : 0m : 30s , memory: 0.1 GB) ******
@danielfeismann danielfeismann added the bug Something isn't working label Apr 28, 2024
@danielfeismann danielfeismann added this to the Version 4.0 milestone Apr 28, 2024
@danielfeismann danielfeismann added the good first issue Good for newcomers label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant