Skip to content

Commit 9f9d5e8

Browse files
committed
adding binary_deserialize load
1 parent 8a08fff commit 9f9d5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/cli/commands/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def report(self):
8282
self.table_line()
8383

8484
# running export to do all lazy loadings
85-
export(1)
85+
binary_deserialize(export(1, target_format = 'wxf'))
8686

8787
self.table_line("* Binary deserialize")
8888
self.table_line()

0 commit comments

Comments
 (0)