mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix comment
This commit is contained in:
parent
ecfe339569
commit
9cc3b32730
@ -23,7 +23,7 @@ public static Bounds MinMax(float min, float max) =>
|
||||
// 64 entries are much more than we would usually use.
|
||||
//
|
||||
// Unity 2021.3 LTS, release mode: 10x000 x 65; limit=8
|
||||
// native O(N) Queue<Bounds> implementation: 1045 ms
|
||||
// O(N) Queue<Bounds> implementation: 1045 ms
|
||||
[Test]
|
||||
[TestCase(10_000, 64, 8)]
|
||||
public void Benchmark(int iterations, int insertions, int limit)
|
||||
|
Loading…
Reference in New Issue
Block a user