Skip to content

Commit 15db792

Browse files
committed
Removed environment from diff.
1 parent c128748 commit 15db792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: sklbench/report/implementation.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"batch_size",
101101
]
102102

103-
DIFFBY_COLUMNS = ["environment_name", "library", "format", "device"]
103+
#DIFFBY_COLUMNS = ["environment_name", "library", "format", "device"]
104+
DIFFBY_COLUMNS = ["library", "format", "device"]
104105

105106

106107
def geomean_wrapper(a):

0 commit comments

Comments
 (0)