Skip to content

Commit

Permalink
restoring rival-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
AYadrov committed Jan 8, 2025
1 parent 936c72f commit 5fe3f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

(define (rival-profile machine param)
(match param
['instructions (rival-machine-instructions machine)]
['instructions (vector-length (rival-machine-instructions machine))]
['iterations (rival-machine-iteration machine)]
['bumps (rival-machine-bumps machine)]
['executions
Expand Down

0 comments on commit 5fe3f68

Please sign in to comment.