mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
updates submodule & fixes content benchmarks & sets up ci (#11851)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
using BenchmarkDotNet.Attributes;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.Maths;
|
||||
using Robust.Shared.Physics;
|
||||
|
||||
namespace Content.Benchmarks
|
||||
{
|
||||
[SimpleJob, MemoryDiagnoser]
|
||||
public sealed class DynamicTreeBenchmark
|
||||
[Virtual]
|
||||
public class DynamicTreeBenchmark
|
||||
{
|
||||
private static readonly Box2[] _aabbs1 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user