mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
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. |
||
---|---|---|
.. | ||
gc | ||
micro_tests | ||
other | ||
tests | ||
bench.py | ||
bench_support.lua | ||
color.py | ||
influxbench.py | ||
install.bat | ||
install.sh | ||
measure_time.py | ||
tabulate.py |