From 7a6142e792eebae628916220b58faf7465d3ff59 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:13:52 -0800 Subject: [PATCH] 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. --- bench/tests/vector-math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/tests/vector-math.lua b/bench/tests/vector-math.lua index f69147fd..11c37a2d 100644 --- a/bench/tests/vector-math.lua +++ b/bench/tests/vector-math.lua @@ -36,4 +36,4 @@ function test() end end -bench.runCode(test, "vector math") +bench.runCode(test, "vector-math")