懒得勤快 3 mesiacov pred
rodič
commit
1d0e16601f
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 6 6
      BenchmarkTest/ImageHasherTest.cs

+ 6 - 6
BenchmarkTest/ImageHasherTest.cs

@@ -10,41 +10,41 @@ public class ImageHasherTest
     public void AverageHash64()
     {
         var hasher = new ImageHasher();
-        hasher.AverageHash64(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.AverageHash64(@"F:\1.jpg");
     }
 
     [Benchmark]
     public void MedianHash256()
     {
         var hasher = new ImageHasher();
-        hasher.MedianHash256(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.MedianHash256(@"F:\1.jpg");
     }
 
     [Benchmark]
     public void MedianHash64()
     {
         var hasher = new ImageHasher();
-        hasher.MedianHash64(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.MedianHash64(@"F:\1.jpg");
     }
 
     [Benchmark]
     public void DifferenceHash64()
     {
         var hasher = new ImageHasher();
-        hasher.DifferenceHash64(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.DifferenceHash64(@"F:\1.jpg");
     }
 
     [Benchmark]
     public void DifferenceHash256()
     {
         var hasher = new ImageHasher();
-        hasher.DifferenceHash256(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.DifferenceHash256(@"F:\1.jpg");
     }
 
     [Benchmark]
     public void DctHash()
     {
         var hasher = new ImageHasher();
-        hasher.DctHash(@"F:\guomo\1未精简\!已粗精简\lingyu69 - 性感法式白蕾丝情趣 大尺度漏奶漏鲍 [71P]\P.jpg");
+        hasher.DctHash(@"F:\1.jpg");
     }
 }