mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
49038f5d42
* Replace `Matrix2` with `Matrix3x2` * Update benchmarks * Add XML documentation for `Matrix3x2`
8 lines
148 B
C#
8 lines
148 B
C#
using BenchmarkDotNet.Running;
|
|
using MonoGame.Extended.Benchmarks;
|
|
|
|
|
|
BenchmarkRunner.Run<Matrix3x2Benchmarks>();
|
|
|
|
Console.WriteLine("finished");
|