-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbenchmarks.json
33 lines (33 loc) · 2.77 KB
/
benchmarks.json
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
{
"benchmarks": {
"autotx/tests/agents/token/send/test_send.py::test_send_native": "100.00",
"autotx/tests/agents/token/send/test_send.py::test_send_erc20": "100.00",
"autotx/tests/agents/token/send/test_send.py::test_send_native_sequential": "100.00",
"autotx/tests/agents/token/send/test_send.py::test_send_erc20_parallel": "100.00",
"autotx/tests/agents/token/send/test_send.py::test_send_eth_multiple": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_complex_1": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_complex_2": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_multiple_1": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_multiple_2": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_native": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_triple": "100.00",
"autotx/tests/agents/token/test_swap.py::test_swap_with_non_default_token": "100.00",
"autotx/tests/agents/token/test_swap_and_send.py::test_swap_and_send_complex": "100.00",
"autotx/tests/agents/token/test_swap_and_send.py::test_swap_and_send_simple": "100.00",
"autotx/tests/agents/token/test_swap_and_send.py::test_send_and_swap_simple": "100.00",
"autotx/tests/agents/token/test_swap_and_send.py::test_send_and_swap_complex": "100.00",
"autotx/tests/agents/token/research/test_research.py::test_get_top_5_memecoins_in_optimism": "100.00",
"autotx/tests/agents/token/research/test_research.py::test_get_top_5_memecoins": "90.00",
"autotx/tests/agents/token/research/test_research.py::test_price_change_information": "100.00",
"autotx/tests/agents/token/research/test_research.py::test_get_top_5_tokens_from_base": "100.00",
"autotx/tests/agents/token/research/test_research.py::test_get_top_5_most_traded_tokens_from_l1": "100.00",
"autotx/tests/agents/token/research/test_research_and_swap.py::test_research_and_buy_one": "100.00",
"autotx/tests/agents/token/research/test_research_swap_and_send.py::test_research_buy_one_send_one": "100.00",
"autotx/tests/agents/token/research/test_advanced.py::test_research_and_swap_many_tokens_subjective_complex": "10.00",
"autotx/tests/agents/token/research/test_research_swap_and_send.py::test_research_buy_multiple_send_multiple": "100.00",
"autotx/tests/agents/token/research/test_research_and_swap.py::test_research_and_buy_multiple": "100.00",
"autotx/tests/agents/token/research/test_advanced.py::test_research_and_swap_many_tokens_subjective_simple": "90.00",
"autotx/tests/agents/token/research/test_research_swap_and_send.py::test_research_buy_one_send_multiple": "100.00"
},
"iterations": 10
}