mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
changing namespaces of performance tests (#1689)
This commit is contained in:
parent
25ee8540f9
commit
24e2af098f
@ -1,8 +1,7 @@
|
||||
using Mirror;
|
||||
using NUnit.Framework;
|
||||
using Unity.PerformanceTesting;
|
||||
|
||||
namespace Tests
|
||||
namespace Mirror.Tests.Performance
|
||||
{
|
||||
[Category("Performance")]
|
||||
public class NetworkWriterPerformance
|
||||
|
@ -1,6 +1,5 @@
|
||||
using System.Collections;
|
||||
using System.Diagnostics;
|
||||
using Mirror;
|
||||
using Mirror.Examples;
|
||||
using NUnit.Framework;
|
||||
using Unity.PerformanceTesting;
|
||||
@ -9,7 +8,7 @@
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace Tests
|
||||
namespace Mirror.Tests.Performance
|
||||
{
|
||||
[Category("Performance")]
|
||||
[Category("Benchmark")]
|
||||
|
@ -1,13 +1,12 @@
|
||||
//#if UNITY_2019_2_OR_NEWER
|
||||
using System.Collections;
|
||||
using Mirror;
|
||||
using NUnit.Framework;
|
||||
using Unity.PerformanceTesting;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
|
||||
namespace Tests
|
||||
namespace Mirror.Tests.Performance
|
||||
{
|
||||
class NetworkManagerTest : NetworkManager
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user