github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/benchmarks/bench.gmp (about)

     1  # These benchamrks were realised using gmpbench at
     2  # http://gmplib.org/gmpbench.html
     3  # and converted to the go test output format.
     4  # Numbers are for a Core i5-4590 with GMP 6.1.2
     5  BenchmarkMul_1kb        47143107	       175 ns/op
     6  BenchmarkMul_10kb	 1321291	      7573 ns/op
     7  BenchmarkMul_50kb	  125645	     79693 ns/op
     8  BenchmarkMul_100kb	   47298	    211500 ns/op
     9  BenchmarkMul_1Mb	    2950	   3344500 ns/op
    10  BenchmarkMul_5Mb	     413	  23920000 ns/op
    11  BenchmarkMul_10Mb	     164          60606000 ns/op
    12  BenchmarkMul_20Mb	      78	 127700000 ns/op
    13  BenchmarkMul_50Mb	       8	 352100000 ns/op
    14  BenchmarkMul_100Mb	       4	 746270000 ns/op
    15  
    16  BenchmarkMul_1x5Mb        884          11670000 ns/op
    17  BenchmarkMul_1x10Mb       337          27174000 ns/op
    18  BenchmarkMul_1x20Mb       195          52630000 ns/op
    19  BenchmarkMul_1x50Mb        70         131000000 ns/op
    20  BenchmarkMul_5x20Mb       134          74188000 ns/op
    21  BenchmarkMul_5x50Mb        49         207770000 ns/op