Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[OpPerf] Fixed native output ordering, added warmup & runs command line args #17571

Merged
merged 4 commits into from
Feb 12, 2020
Merged
Changes from 1 commit
Commits
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
Dropped unused ChainMap
  • Loading branch information
connorgoggins committed Feb 12, 2020
commit 5a6265323b1ca7405aeaa2344bd58cb62c56975a
2 changes: 0 additions & 2 deletions benchmark/opperf/utils/common_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import json
from operator import itemgetter

from collections import ChainMap

import logging
logging.basicConfig(level=logging.INFO)

Expand Down