Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

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
Next Next commit
remoe asv params that fail in ci
  • Loading branch information
jbrockmendel committed Dec 21, 2019
commit 2228f5e2ed8217d7a45fa2437366ad5ee8e69b34
3 changes: 0 additions & 3 deletions asv_bench/benchmarks/binary_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ class IntFrameWithScalar:
operator.floordiv,
operator.pow,
operator.mod,
operator.and_,
operator.or_,
operator.xor,
operator.eq,
operator.ne,
operator.gt,
Expand Down