We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a08fff commit 9f9d5e8Copy full SHA for 9f9d5e8
1 file changed
wolframclient/cli/commands/benchmark.py
@@ -82,7 +82,7 @@ def report(self):
82
self.table_line()
83
84
# running export to do all lazy loadings
85
- export(1)
+ binary_deserialize(export(1, target_format = 'wxf'))
86
87
self.table_line("* Binary deserialize")
88
0 commit comments