Zhouzhendong 4 년 전
부모
커밋
03ab5cdd46
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      app/Http/Controllers/TestController.php

+ 6 - 1
app/Http/Controllers/TestController.php

@@ -195,7 +195,12 @@ class TestController extends Controller
 
     public function test()
     {
-        dd(Notification::send(User::query()->where("name","baoshi56")->get(),
+        $a = memory_get_usage();
+
+        $tmp = str_repeat('http://blog.huachen.me/', 4000);
+        $b = memory_get_usage();
+        dump($b-$a);
+        dd(Notification::send(User::query()->where("name","zhouzhendong")->get(),
             new RoutineNotification(SeeLog::query()->first()->toArray())));
         $user = Auth::user();
         $remark = "zengjunlj";