habbes / sharpbench

Online playground for quick throwaway C# microbenchmarks
https://sharpbench.dev
0 stars 2 forks source link

Does not add job to history when re-running failed job #26

Open habbes opened 4 weeks ago

habbes commented 4 weeks ago

I noticed the following weird behaviour:

The expected behaviour is that whenever you run a job, it should appear in the history regardless of what the previous job was. Also, when you reload the browser, all the jobs should appear unless explicitly removed by the user.

habbes commented 4 weeks ago

In another attempt, after browser, the failed and new jobs appear in the history. The new job appears as queued even though it contains full logs to completion.

habbes commented 4 weeks ago

In another attempt, the issue occurred even when the job had not failed. It just seems like editing the current job's code and re-running causes some buggy behaviour.