[SupportedOSPlatfor ("Windows")] Benchmark.cs
This commit is contained in:
parent
c3e69cb2a9
commit
adc91c1edc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user