Update vector-math benchmark name to correctly display (#1539)

While we could update the `awk` regular expression, we can just make the
test name compatible.
This commit is contained in:
vegorov-rbx 2024-11-19 16:13:52 -08:00 committed by GitHub
parent b1b21f395a
commit 7a6142e792
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -36,4 +36,4 @@ function test()
end
end
bench.runCode(test, "vector math")
bench.runCode(test, "vector-math")