-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbaselines.py
More file actions
84 lines (84 loc) · 3.06 KB
/
Copy pathbaselines.py
File metadata and controls
84 lines (84 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
BASELINES = {'2to3': 209.23704840242863,
'async_generators': 389.36599623411894,
'async_tree_cpu_io_mixed': 612.239183858037,
'async_tree_cpu_io_mixed_tg': 603.807870298624,
'async_tree_io': 907.4635338038206,
'async_tree_io_tg': 909.272937104106,
'async_tree_memoization': 444.2613860592246,
'async_tree_memoization_tg': 444.2392122000456,
'async_tree_none': 371.8137377873063,
'async_tree_none_tg': 393.10095459222794,
'asyncio_websockets': 524.6578566730022,
'bpe_tokeniser': 371.24909833073616,
'chaos': 235.36109365522861,
'comprehensions': 222.51510806381702,
'coroutines': 212.07798179239035,
'coverage': 216.29419643431902,
'create_gc_cycles': 198.3975414186716,
'crypto_pyaes': 210.69139800965786,
'deepcopy': 309.94570441544056,
'deepcopy_memo': 287.1066415682435,
'deepcopy_reduce': 263.0389528349042,
'deltablue': 221.68158646672964,
'docutils': 190.0241831317544,
'dulwich_log': 253.03435511887074,
'fannkuch': 397.61856757104397,
'float': 237.23132628947496,
'gc_traversal': 164.66910392045975,
'generators': 202.55590230226517,
'genshi_text': 231.14525247365236,
'genshi_xml': 203.94368842244148,
'go': 146.76170237362385,
'hexiom': 213.28957844525576,
'html5lib': 192.31003429740667,
'json_dumps': 170.62628362327814,
'json_loads': 210.33158339560032,
'logging_format': 205.6069504469633,
'logging_silent': 262.76884134858847,
'logging_simple': 208.36573652923107,
'mako': 190.49640186131,
'many_optionals': 177.7268387377262,
'mdp': 858.1138914451003,
'meteor_contest': 205.9756424278021,
'nbody': 187.44936119765043,
'nqueens': 237.43444681167603,
'pathlib': 198.55021964758635,
'pickle_pure_python': 200.4293091595173,
'pidigits': 188.2945578545332,
'pprint_pformat': 156.72543458640575,
'pprint_safe_repr': 225.54498072713614,
'pyflate': 476.1956064030528,
'raytrace': 261.86000276356936,
'regex_compile': 258.6806798353791,
'regex_dna': 190.68604242056608,
'regex_effbot': 205.8144500479102,
'regex_v8': 216.56775195151567,
'richards': 240.02031795680523,
'richards_super': 217.99555234611034,
'scimark_fft': 367.8927272558212,
'scimark_lu': 228.11777610331774,
'scimark_monte_carlo': 207.0907074958086,
'scimark_sor': 276.9185760989785,
'scimark_sparse_mat_mult': 237.00282257050276,
'score': 9074.993180105892,
'spectral_norm': 216.6599091142416,
'sqlalchemy_declarative': 260.9728267416358,
'sqlalchemy_imperative': 195.55821362882853,
'sqlglot_normalize': 108.65804087370634,
'sqlglot_optimize': 214.44954816251993,
'sqlglot_parse': 205.67675959318876,
'sqlglot_transpile': 211.47732436656952,
'sqlite_synth': 204.53176647424698,
'subparsers': 169.75728422403336,
'sympy_expand': 398.95413909107447,
'sympy_integrate': 226.21231153607368,
'sympy_str': 213.69430981576443,
'sympy_sum': 205.91591205447912,
'telco': 230.56793585419655,
'tomli_loads': 203.71294673532248,
'typing_runtime_protocols': 229.70284149050713,
'unpickle_pure_python': 204.14474979043007,
'xml_etree_generate': 170.96422612667084,
'xml_etree_iterparse': 271.9576694071293,
'xml_etree_parse': 139.437023550272,
'xml_etree_process': 183.09153243899345}