This commit is contained in:
2020-05-25 16:50:21 +00:00
parent 8baefd1336
commit 5b5cdd653f

View File

@@ -88,19 +88,6 @@ namespace AyaNova.Util
//TEST METRICS SIZE
using (var cct = ServiceProviderProvider.DBContext)
{
Faker Fake = new Faker();
var TestCount = 365 * 24 * 60;//525600 minutes in a year
for (int i = 0; i < TestCount; i++)
{
cct.MetricMM.Add(new MetricMM() { v = Fake.Finance.Random.Float() });
}
cct.SaveChanges();
}
//WIDGET sample form customization