MCPcopy Create free account
hub / github.com/apache/arrow / decode

Method decode

dev/archery/archery/benchmark/codec.py:57–58  ·  view source on GitHub ↗
(dct, **kwargs)

Source from the content-addressed store, hash-verified

55
56 @staticmethod
57 def decode(dct, **kwargs):
58 return Benchmark(**dct, **kwargs)
59
60
61class BenchmarkSuiteCodec:

Callers 15

test_int32Method · 0.45
test_stringMethod · 0.45
_column_name_to_stringsFunction · 0.45
test_unicode_filenameFunction · 0.45
test_file_objectMethod · 0.45
run_with_env_varFunction · 0.45
test_file_objectMethod · 0.45
test_sequence_bytesFunction · 0.45

Calls 1

BenchmarkClass · 0.85

Tested by 15

test_int32Method · 0.36
test_stringMethod · 0.36
test_unicode_filenameFunction · 0.36
test_file_objectMethod · 0.36
run_with_env_varFunction · 0.36
test_file_objectMethod · 0.36
test_sequence_bytesFunction · 0.36
start_callMethod · 0.36
do_exchangeMethod · 0.36