Skip to content

Commit

Permalink
Increase sample rate to 10ms
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 15, 2024
1 parent 7a5b61e commit a133015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuron/neuron/submission_tester/vram_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .. import Contest

SAMPLE_RATE_MS = 1
SAMPLE_RATE_MS = 10

class VRamMonitor:
_contest: Contest
Expand Down

0 comments on commit a133015

Please sign in to comment.