mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-02 01:40:54 +01:00
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:
parent
b1b21f395a
commit
7a6142e792
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,4 @@ function test()
|
|||
end
|
||||
end
|
||||
|
||||
bench.runCode(test, "vector math")
|
||||
bench.runCode(test, "vector-math")
|
||||
|
|
Loading…
Add table
Reference in a new issue