Browse Source

Added \Hash::setRounds(5); for faster testing suite

Before
Time: 6.39 seconds, Memory: 24.00MB

After
Time: 866 ms, Memory: 24.00MB
pull/4/head
Nafies Luthfi 9 years ago
parent
commit
243ac2e163
  1. 0
      storage/debugbar/.gitignore
  2. 1
      tests/CreatesApplication.php

0
storage/debugbar/.gitignore

1
tests/CreatesApplication.php

@ -16,6 +16,7 @@ trait CreatesApplication
$app = require __DIR__.'/../bootstrap/app.php'; $app = require __DIR__.'/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap(); $app->make(Kernel::class)->bootstrap();
\Hash::setRounds(5);
return $app; return $app;
} }

Loading…
Cancel
Save