From 5f8f4b6fa18522e9c5b9dadf0dcf4f347dcbbcdb Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:01:42 -0800 Subject: [PATCH] Update vector-math benchmark name to correctly display --- 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")