[SupportedOSPlatfor ("Windows")] Benchmark.cs

This commit is contained in:
glax 2024-07-29 01:38:45 +02:00
parent c3e69cb2a9
commit adc91c1edc

View File

@ -1,9 +1,11 @@
using astar;
using System.Runtime.Versioning;
using astar;
using astar.PathingHelper;
using Microsoft.Extensions.Logging;
namespace Graph_Renderer;
[SupportedOSPlatform("Windows")]
public static class Benchmark
{
public static void Run(float startLat, float startLon, float endLat, float endLon, float regionSize, string importPath, string exportPath, ILogger? logger = null)