Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
vbench for nunique
  • Loading branch information
lexual committed Aug 3, 2014
commit 1abfc5318a2497f28719fde4db7f94aaafe87c2d
8 changes: 8 additions & 0 deletions vb_suite/series_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@
's2.nsmallest(3, take_last=False)',
setup,
start_date=datetime(2014, 1, 25))

series_nunique1 = Benchmark('s1.nunique()',
setup,
start_date=datetime(2014, 1, 25))

series_nunique2 = Benchmark('s2.nunique()',
setup,
start_date=datetime(2014, 1, 25))
1 change: 1 addition & 0 deletions vb_suite/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'plotting',
'reindex',
'replace',
'series_methods',
'sparse',
'strings',
'reshape',
Expand Down