luau/bench/tests
Arseny Kapoulkine 97b79ac025 Fix mesh-normal-vector benchmark array access
mesh-normal-scalar correctly fills sequential values in the output for
triangle cone function, but mesh-normal-vector accidentally reuses the
loop index, which results in writes to every third index of the array
(1, 4, etc.).

This is both slower (as the table turns into a hash map), and incorrect,
especially as we have a scalar version of the benchmark that does the
right thing.
2024-11-08 18:29:17 -08:00
..
shootout Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
sunspider Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
base64.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
chess.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
life.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
matrixmult.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
mesh-normal-scalar.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
mesh-normal-vector.lua Fix mesh-normal-vector benchmark array access 2024-11-08 18:29:17 -08:00
pcmmix.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
qsort.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
sha256.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
sieve.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
tictactoe.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
trig.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00
vector-math.lua Sync to upstream/release/650 (#1502) 2024-11-01 12:06:07 -07:00
voxelgen.lua Fixed the backwards compatible benchmark support library require (#1125) 2023-12-04 12:48:31 -08:00