This commit is contained in:
@@ -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
|
//WIDGET sample form customization
|
||||||
|
|||||||
Reference in New Issue
Block a user