Renamed the benchmark file

This commit is contained in:
2025-06-29 22:50:54 -07:00
parent 854772a63d
commit 48c93fa197
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ thiserror = "~2.0"
divan = "0.1.21" divan = "0.1.21"
[[bench]] [[bench]]
name = "example" name = "e2e"
harness = false harness = false
-1
View File
@@ -189,4 +189,3 @@ impl GameState for TicTacToe {
&self.current_player &self.current_player
} }
} }