Skip to content

Commit

Permalink
Merge pull request #8 from emilmelnikov/main
Browse files Browse the repository at this point in the history
Add results from MacBook Pro 16 (2019)
  • Loading branch information
k-dominik authored Aug 30, 2024
2 parents 242d335 + da45f0c commit 9698238
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
25 changes: 25 additions & 0 deletions results-bincount.csv
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,28 @@ numba_bincount(data) (1024, 512, 1) 0.041807999999984226 3.12.5 1.26.4 2.2.2 1.1
numba_bincount(data) (2048, 1024, 1) 0.04533343333334491 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 1086588 9539266
numba_bincount(data) (512, 512, 32) 0.0493337666666586 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 1094523 34712314
numba_bincount(data) (1024, 1024, 256) 0.2357938666666731 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 1099209 1074896098
numpy.bincount(data.reshape(-1)) (512, 128, 1) 0.0002280463231727481 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 296 798574
numpy.bincount(data.reshape(-1)) (1024, 512, 1) 0.0021983139837781587 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 296 6303632
numpy.bincount(data.reshape(-1)) (2048, 1024, 1) 0.009704784024506807 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6537 25202732
numpy.bincount(data.reshape(-1)) (512, 512, 32) 0.04201704131749769 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6777 100700682
numpy.bincount(data.reshape(-1)) (1024, 1024, 256) 2.1789229753194377 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 65783 3221321465
vigra_bincount(data) (512, 128, 1) 0.0015658829749251406 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1943 278004
vigra_bincount(data) (1024, 512, 1) 0.014026835327968001 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 8038 2133613
vigra_bincount(data) (2048, 1024, 1) 0.03285416266104827 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 8020 8425053
vigra_bincount(data) (512, 512, 32) 0.1234818296895052 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 14747 33598009
vigra_bincount(data) (1024, 1024, 256) 4.141705088006954 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 112160 1073882929
pandas_bincount(data) (512, 128, 1) 0.0015336046538626154 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 982 1073266
pandas_bincount(data) (1024, 512, 1) 0.004366336662011842 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 982 8470676
pandas_bincount(data) (2048, 1024, 1) 0.015528991313961646 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 11656 33843784
pandas_bincount(data) (512, 512, 32) 0.06450117297936231 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 7701 135289523
pandas_bincount(data) (1024, 1024, 256) 1.4091204243401687 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 23056 4328558560
numpy_ufunc_bincount(data) (512, 128, 1) 0.0002370223325366775 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 2783 349514
numpy_ufunc_bincount(data) (1024, 512, 1) 0.0017934963495160143 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 296 2181893
numpy_ufunc_bincount(data) (2048, 1024, 1) 0.008388973656110466 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 296 8473351
numpy_ufunc_bincount(data) (512, 512, 32) 0.03807385634475698 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6885 33662259
numpy_ufunc_bincount(data) (1024, 1024, 256) 0.8468477793503553 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 27228 1073869998
numba_bincount(data) (512, 128, 1) 0.03449223667848855 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1069005 1380130
numba_bincount(data) (1024, 512, 1) 0.03712005234168222 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1058398 3212672
numba_bincount(data) (2048, 1024, 1) 0.047792135660226144 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1056968 9502772
numba_bincount(data) (512, 512, 32) 0.038461748976260424 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1058615 34670213
numba_bincount(data) (1024, 1024, 256) 0.27710339636541903 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1069489 1074864997
20 changes: 20 additions & 0 deletions results-unique.csv
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,23 @@ pandas_unique(data) (1024, 512, 1) 0.003394700000020142 3.12.5 1.26.4 2.2.2 1.11
pandas_unique(data) (2048, 1024, 1) 0.013221933333322037 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 348 33823826
pandas_unique(data) (512, 512, 32) 0.0548854000000271 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 8608 59016746
pandas_unique(data) (1024, 1024, 256) 1.7246117333333284 3.12.5 1.26.4 2.2.2 1.11.1 Lab Windows Laptop 14 Windows-10-10.0.19045-SP0 26553 1099222712
vigra.analysis.unique(data) (512, 128, 1) 0.0006360309974600872 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1407 268226
vigra.analysis.unique(data) (1024, 512, 1) 0.004943515678557257 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 1563 2103416
vigra.analysis.unique(data) (2048, 1024, 1) 0.022517861992431182 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6939 8416465
vigra.analysis.unique(data) (512, 512, 32) 0.21466489466062436 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 12524 33590646
vigra.analysis.unique(data) (1024, 1024, 256) 11.174469242997779 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 21209 1073786778
numpy.unique(data) (512, 128, 1) 0.0028925953277697167 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 0 659219
numpy.unique(data) (1024, 512, 1) 0.021407821991791327 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 304 5247077
numpy.unique(data) (2048, 1024, 1) 0.08484171963452052 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 9852 20985267
numpy.unique(data) (512, 512, 32) 0.30662438766254735 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 14710 83904651
numpy.unique(data) (1024, 1024, 256) 11.2331860223397 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 186783 2684564166
bincount_unique(data) (512, 128, 1) 0.0002033116373543938 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 0 792011
bincount_unique(data) (1024, 512, 1) 0.001942209666594863 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 0 6297069
bincount_unique(data) (2048, 1024, 1) 0.009989773660587767 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 304 25171743
bincount_unique(data) (512, 512, 32) 0.03726369064922134 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 7688 100693422
bincount_unique(data) (1024, 1024, 256) 2.1506979323457927 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 23549 3221273818
pandas_unique(data) (512, 128, 1) 0.0007328986733530959 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 150 1858408
pandas_unique(data) (1024, 512, 1) 0.0035178876714780927 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 150 14818186
pandas_unique(data) (2048, 1024, 1) 0.011362667001473406 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6007 33829485
pandas_unique(data) (512, 512, 32) 0.03440430232634147 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 6571 59014430
pandas_unique(data) (1024, 1024, 256) 1.1311315650042768 3.12.5 1.26.4 2.2.2 1.11.1 em-macbook-pro-16-2019 macOS-14.6.1-x86_64-i386-64bit 23076 1099218963

0 comments on commit 9698238

Please sign in to comment.