summaryrefslogtreecommitdiffstats
path: root/3.patch
blob: 0179b3174d2b3dca35aa7c74f192d01e40bf7be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 43315f54e2382a344092f5327b0b3c05bb830d36 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@famillecollet.com>
Date: Wed, 25 Aug 2021 08:49:08 +0200
Subject: [PATCH] Fix test expectation

---
 tests/benchmark.phpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/benchmark.phpt b/tests/benchmark.phpt
index 20e9007..64b5fa3 100644
--- a/tests/benchmark.phpt
+++ b/tests/benchmark.phpt
@@ -7,7 +7,7 @@ SeasSnowflake testBenchmark
 $config=['worker_id'=>10,'datacenter_id'=>1];
 $client = new SeasSnowflake($config);
 
-echo "\nmake 100000 id=================\n";
+//echo "\nmake 100000 id=================\n";
 $start = microtime(true);
 for($i=0;$i<100000;$i++){
     $id= $client->generate();