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()
     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())));
             new RoutineNotification(SeeLog::query()->first()->toArray())));
         $user = Auth::user();
         $user = Auth::user();
         $remark = "zengjunlj";
         $remark = "zengjunlj";