Renamed the benchmark file

This commit is contained in:
David Kruger 2025-06-29 22:50:54 -07:00
parent 854772a63d
commit 48c93fa197
2 changed files with 1 additions and 2 deletions

View File

@ -19,5 +19,5 @@ thiserror = "~2.0"
divan = "0.1.21"
[[bench]]
name = "example"
name = "e2e"
harness = false

View File

@ -189,4 +189,3 @@ impl GameState for TicTacToe {
&self.current_player
}
}