added testdatamodel to test sqlite speeds sometimes
This commit is contained in:
parent
8457f9970a
commit
968c5ad388
@ -202,6 +202,7 @@
|
||||
<Compile Include="Modules\Searches\Commands\OsuCommands.cs" />
|
||||
<Compile Include="Modules\Searches\Commands\PokemonSearchCommands.cs" />
|
||||
<Compile Include="Modules\Utility\UtilityModule.cs" />
|
||||
<Compile Include="_Models\DataModels\TestDataModel.cs" />
|
||||
<Compile Include="_Models\DataModels\Incident.cs" />
|
||||
<Compile Include="_Models\JSONModels\AnimeResult.cs" />
|
||||
<Compile Include="_Models\JSONModels\Configuration.cs" />
|
||||
|
8
NadekoBot/_Models/DataModels/TestDataModel.cs
Normal file
8
NadekoBot/_Models/DataModels/TestDataModel.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.DataModels
|
||||
{
|
||||
internal class TestDataModel : IDataModel
|
||||
{
|
||||
public long TestNumber { get; set; }
|
||||
public string TestString { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user