chore(benches): Update bench data (#712)

Update bench data after version change.

Some benchmarks were removed because they are not compatible with the
stream length limit.  Others have their version updated.
This commit is contained in:
Ivan Boldyrev 2023-10-09 15:28:42 +04:00 committed by GitHub
parent f4caa538e4
commit cdde3bb263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 307 additions and 317 deletions

View File

@ -1499,38 +1499,38 @@
"big_values_data": { "big_values_data": {
"comment": "Loading a trace with huge values", "comment": "Loading a trace with huge values",
"memory_sizes": [ "memory_sizes": [
"58.000 MiB", "57.875 MiB",
"58.000 MiB" "57.875 MiB"
], ],
"stats": { "stats": {
"air::runner::execute_air": { "air::runner::execute_air": {
"common_prefix": "air", "common_prefix": "air",
"duration": "8.91ms", "duration": "8.35ms",
"nested": { "nested": {
"preparation_step::preparation::prepare": { "preparation_step::preparation::prepare": {
"common_prefix": "", "common_prefix": "",
"duration": "4.97ms", "duration": "4.84ms",
"nested": { "nested": {
"air::preparation_step::preparation::make_exec_ctx": "21.00µs", "air::preparation_step::preparation::make_exec_ctx": "19.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "4.74ms", "air_interpreter_data::interpreter_data::serde_json::from_slice": "4.63ms",
"air_parser::parser::air_parser::parse": "29.00µs" "air_parser::parser::air_parser::parse": "35.00µs"
} }
}, },
"runner::execute": "16.00µs", "runner::execute": "9.00µs",
"runner::farewell": { "runner::farewell": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "3.82ms", "duration": "3.36ms",
"nested": { "nested": {
"from_success_result": { "from_success_result": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "3.80ms", "duration": "3.34ms",
"nested": { "nested": {
"populate_outcome_from_contexts": { "populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json", "common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "3.77ms", "duration": "3.29ms",
"nested": { "nested": {
"to_vec(call_results)": "12.00µs", "to_vec(call_results)": "16.00µs",
"to_vec(data)": "2.55ms" "to_vec(data)": "2.31ms"
} }
} }
} }
@ -1540,127 +1540,10 @@
} }
} }
}, },
"total_time": "8.91ms" "total_time": "8.35ms"
}, },
"dashboard": { "dashboard": {
"comment": "big dashboard test", "comment": "big dashboard test",
"memory_sizes": [
"51.750 MiB",
"51.750 MiB"
],
"stats": {
"air::runner::execute_air": {
"common_prefix": "air",
"duration": "28.29ms",
"nested": {
"preparation_step::preparation::prepare": {
"common_prefix": "",
"duration": "968.00µs",
"nested": {
"air::preparation_step::preparation::make_exec_ctx": "43.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "578.00µs",
"air_parser::parser::air_parser::parse": "164.00µs"
}
},
"runner::execute": {
"common_prefix": "air::execution_step::instructions::call",
"duration": "26.72ms",
"nested": {
"execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "21.07ms",
"nested": {
"execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "4.36ms",
"nested": {
"prepare_request_params": {
"common_prefix": "air::execution_step::instructions::call::resolved_call::serde_json",
"duration": "58.00µs",
"nested": {
"to_string(tetraplets)": "18.00µs"
}
}
}
},
"new": "3.91ms"
}
}
}
},
"runner::farewell": {
"common_prefix": "air::farewell_step::outcome",
"duration": "508.00µs",
"nested": {
"from_success_result": {
"common_prefix": "air::farewell_step::outcome",
"duration": "488.00µs",
"nested": {
"populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "439.00µs",
"nested": {
"to_vec(call_results)": "16.00µs",
"to_vec(data)": "182.00µs"
}
}
}
}
}
}
}
}
},
"total_time": "28.29ms"
},
"long_data": {
"comment": "Long data trace",
"memory_sizes": [
"52.875 MiB",
"52.875 MiB"
],
"stats": {
"air::runner::execute_air": {
"common_prefix": "air",
"duration": "3.16ms",
"nested": {
"preparation_step::preparation::prepare": {
"common_prefix": "",
"duration": "1.92ms",
"nested": {
"air::preparation_step::preparation::make_exec_ctx": "41.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "1.68ms",
"air_parser::parser::air_parser::parse": "27.00µs"
}
},
"runner::execute": "15.00µs",
"runner::farewell": {
"common_prefix": "air::farewell_step::outcome",
"duration": "1.12ms",
"nested": {
"from_success_result": {
"common_prefix": "air::farewell_step::outcome",
"duration": "1.10ms",
"nested": {
"populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "1.07ms",
"nested": {
"to_vec(call_results)": "13.00µs",
"to_vec(data)": "482.00µs"
}
}
}
}
}
}
}
}
},
"total_time": "3.16ms"
},
"multiple-cids10": {
"comment": "verifying multiple CIDs for single peer",
"memory_sizes": [ "memory_sizes": [
"51.625 MiB", "51.625 MiB",
"51.625 MiB" "51.625 MiB"
@ -1668,45 +1551,57 @@
"stats": { "stats": {
"air::runner::execute_air": { "air::runner::execute_air": {
"common_prefix": "air", "common_prefix": "air",
"duration": "11.76ms", "duration": "28.07ms",
"nested": { "nested": {
"preparation_step::preparation::prepare": { "preparation_step::preparation::prepare": {
"common_prefix": "", "common_prefix": "",
"duration": "683.00µs", "duration": "1.00ms",
"nested": { "nested": {
"air::preparation_step::preparation::make_exec_ctx": "44.00µs", "air::preparation_step::preparation::make_exec_ctx": "39.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "409.00µs", "air_interpreter_data::interpreter_data::serde_json::from_slice": "634.00µs",
"air_parser::parser::air_parser::parse": "56.00µs" "air_parser::parser::air_parser::parse": "169.00µs"
} }
}, },
"runner::execute": { "runner::execute": {
"common_prefix": "air::execution_step::instructions::call", "common_prefix": "air::execution_step::instructions::call",
"duration": "10.51ms", "duration": "26.41ms",
"nested": { "nested": {
"execute": { "execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call", "common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "8.19ms", "duration": "20.77ms",
"nested": { "nested": {
"execute": "1.80ms", "execute": {
"new": "1.51ms" "common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "4.26ms",
"nested": {
"prepare_request_params": {
"common_prefix": "air::execution_step::instructions::call::resolved_call::serde_json",
"duration": "61.00µs",
"nested": {
"to_string(tetraplets)": "18.00µs"
}
}
}
},
"new": "3.72ms"
} }
} }
} }
}, },
"runner::farewell": { "runner::farewell": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "437.00µs", "duration": "499.00µs",
"nested": { "nested": {
"from_success_result": { "from_success_result": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "417.00µs", "duration": "479.00µs",
"nested": { "nested": {
"populate_outcome_from_contexts": { "populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json", "common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "379.00µs", "duration": "430.00µs",
"nested": { "nested": {
"to_vec(call_results)": "12.00µs", "to_vec(call_results)": "18.00µs",
"to_vec(data)": "150.00µs" "to_vec(data)": "180.00µs"
} }
} }
} }
@ -1716,7 +1611,112 @@
} }
} }
}, },
"total_time": "11.76ms" "total_time": "28.07ms"
},
"long_data": {
"comment": "Long data trace",
"memory_sizes": [
"52.750 MiB",
"52.750 MiB"
],
"stats": {
"air::runner::execute_air": {
"common_prefix": "air",
"duration": "3.03ms",
"nested": {
"preparation_step::preparation::prepare": {
"common_prefix": "",
"duration": "1.86ms",
"nested": {
"air::preparation_step::preparation::make_exec_ctx": "38.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "1.62ms",
"air_parser::parser::air_parser::parse": "35.00µs"
}
},
"runner::execute": "8.00µs",
"runner::farewell": {
"common_prefix": "air::farewell_step::outcome",
"duration": "1.02ms",
"nested": {
"from_success_result": {
"common_prefix": "air::farewell_step::outcome",
"duration": "997.00µs",
"nested": {
"populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "957.00µs",
"nested": {
"to_vec(call_results)": "15.00µs",
"to_vec(data)": "428.00µs"
}
}
}
}
}
}
}
}
},
"total_time": "3.03ms"
},
"multiple-cids10": {
"comment": "verifying multiple CIDs for single peer",
"memory_sizes": [
"51.500 MiB",
"51.500 MiB"
],
"stats": {
"air::runner::execute_air": {
"common_prefix": "air",
"duration": "11.44ms",
"nested": {
"preparation_step::preparation::prepare": {
"common_prefix": "",
"duration": "667.00µs",
"nested": {
"air::preparation_step::preparation::make_exec_ctx": "36.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "400.00µs",
"air_parser::parser::air_parser::parse": "68.00µs"
}
},
"runner::execute": {
"common_prefix": "air::execution_step::instructions::call",
"duration": "10.22ms",
"nested": {
"execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "7.85ms",
"nested": {
"execute": "1.73ms",
"new": "1.28ms"
}
}
}
},
"runner::farewell": {
"common_prefix": "air::farewell_step::outcome",
"duration": "427.00µs",
"nested": {
"from_success_result": {
"common_prefix": "air::farewell_step::outcome",
"duration": "407.00µs",
"nested": {
"populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "339.00µs",
"nested": {
"to_vec(call_results)": "14.00µs",
"to_vec(data)": "145.00µs"
}
}
}
}
}
}
}
}
},
"total_time": "11.44ms"
}, },
"multiple-cids50": { "multiple-cids50": {
"comment": "verifying multiple CIDs for single peer", "comment": "verifying multiple CIDs for single peer",
@ -1839,51 +1839,51 @@
"multiple-peers5": { "multiple-peers5": {
"comment": "verifying many CIDs for many peers", "comment": "verifying many CIDs for many peers",
"memory_sizes": [ "memory_sizes": [
"51.812 MiB", "51.688 MiB",
"51.812 MiB" "51.688 MiB"
], ],
"stats": { "stats": {
"air::runner::execute_air": { "air::runner::execute_air": {
"common_prefix": "air", "common_prefix": "air",
"duration": "15.09ms", "duration": "15.14ms",
"nested": { "nested": {
"preparation_step::preparation::prepare": { "preparation_step::preparation::prepare": {
"common_prefix": "", "common_prefix": "",
"duration": "936.00µs", "duration": "907.00µs",
"nested": { "nested": {
"air::preparation_step::preparation::make_exec_ctx": "54.00µs", "air::preparation_step::preparation::make_exec_ctx": "45.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "642.00µs", "air_interpreter_data::interpreter_data::serde_json::from_slice": "630.00µs",
"air_parser::parser::air_parser::parse": "66.00µs" "air_parser::parser::air_parser::parse": "71.00µs"
} }
}, },
"runner::execute": { "runner::execute": {
"common_prefix": "air::execution_step::instructions::call", "common_prefix": "air::execution_step::instructions::call",
"duration": "13.50ms", "duration": "13.60ms",
"nested": { "nested": {
"execute": { "execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call", "common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "10.47ms", "duration": "10.54ms",
"nested": { "nested": {
"execute": "2.42ms", "execute": "2.40ms",
"new": "1.83ms" "new": "1.93ms"
} }
} }
} }
}, },
"runner::farewell": { "runner::farewell": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "540.00µs", "duration": "508.00µs",
"nested": { "nested": {
"from_success_result": { "from_success_result": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "519.00µs", "duration": "489.00µs",
"nested": { "nested": {
"populate_outcome_from_contexts": { "populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json", "common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "478.00µs", "duration": "410.00µs",
"nested": { "nested": {
"to_vec(call_results)": "12.00µs", "to_vec(call_results)": "14.00µs",
"to_vec(data)": "226.00µs" "to_vec(data)": "209.00µs"
} }
} }
} }
@ -1893,56 +1893,56 @@
} }
} }
}, },
"total_time": "15.09ms" "total_time": "15.14ms"
}, },
"network_explore": { "network_explore": {
"comment": "5 peers of network are discovered", "comment": "5 peers of network are discovered",
"memory_sizes": [ "memory_sizes": [
"51.500 MiB", "51.375 MiB",
"51.500 MiB" "51.375 MiB"
], ],
"stats": { "stats": {
"air::runner::execute_air": { "air::runner::execute_air": {
"common_prefix": "air", "common_prefix": "air",
"duration": "2.93ms", "duration": "3.02ms",
"nested": { "nested": {
"preparation_step::preparation::prepare": { "preparation_step::preparation::prepare": {
"common_prefix": "", "common_prefix": "",
"duration": "460.00µs", "duration": "510.00µs",
"nested": { "nested": {
"air::preparation_step::preparation::make_exec_ctx": "30.00µs", "air::preparation_step::preparation::make_exec_ctx": "24.00µs",
"air_interpreter_data::interpreter_data::serde_json::from_slice": "169.00µs", "air_interpreter_data::interpreter_data::serde_json::from_slice": "226.00µs",
"air_parser::parser::air_parser::parse": "84.00µs" "air_parser::parser::air_parser::parse": "95.00µs"
} }
}, },
"runner::execute": { "runner::execute": {
"common_prefix": "air::execution_step::instructions::call", "common_prefix": "air::execution_step::instructions::call",
"duration": "2.08ms", "duration": "2.06ms",
"nested": { "nested": {
"execute": { "execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call", "common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "1.60ms", "duration": "1.57ms",
"nested": { "nested": {
"execute": "356.00µs", "execute": "338.00µs",
"new": "296.00µs" "new": "280.00µs"
} }
} }
} }
}, },
"runner::farewell": { "runner::farewell": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "291.00µs", "duration": "302.00µs",
"nested": { "nested": {
"from_success_result": { "from_success_result": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "271.00µs", "duration": "282.00µs",
"nested": { "nested": {
"populate_outcome_from_contexts": { "populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json", "common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "236.00µs", "duration": "239.00µs",
"nested": { "nested": {
"to_vec(call_results)": "12.00µs", "to_vec(call_results)": "14.00µs",
"to_vec(data)": "58.00µs" "to_vec(data)": "65.00µs"
} }
} }
} }
@ -1952,55 +1952,55 @@
} }
} }
}, },
"total_time": "2.93ms" "total_time": "3.02ms"
}, },
"parser_10000_100": { "parser_10000_100": {
"comment": "Running very long AIR script with lot of variables and assignments", "comment": "Running very long AIR script with lot of variables and assignments",
"memory_sizes": [ "memory_sizes": [
"56.812 MiB", "56.625 MiB",
"56.812 MiB" "56.625 MiB"
], ],
"stats": { "stats": {
"air::runner::execute_air": { "air::runner::execute_air": {
"common_prefix": "air", "common_prefix": "air",
"duration": "22.61ms", "duration": "23.42ms",
"nested": { "nested": {
"preparation_step::preparation::prepare": { "preparation_step::preparation::prepare": {
"common_prefix": "", "common_prefix": "",
"duration": "21.11ms", "duration": "21.82ms",
"nested": { "nested": {
"air::preparation_step::preparation::make_exec_ctx": "22.00µs", "air::preparation_step::preparation::make_exec_ctx": "22.00µs",
"air_parser::parser::air_parser::parse": "20.94ms" "air_parser::parser::air_parser::parse": "21.64ms"
} }
}, },
"runner::execute": { "runner::execute": {
"common_prefix": "air::execution_step::instructions::call", "common_prefix": "air::execution_step::instructions::call",
"duration": "170.00µs", "duration": "148.00µs",
"nested": { "nested": {
"execute": { "execute": {
"common_prefix": "air::execution_step::instructions::call::resolved_call", "common_prefix": "air::execution_step::instructions::call::resolved_call",
"duration": "125.00µs", "duration": "110.00µs",
"nested": { "nested": {
"execute": "40.00µs", "execute": "31.00µs",
"new": "27.00µs" "new": "24.00µs"
} }
} }
} }
}, },
"runner::farewell": { "runner::farewell": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "257.00µs", "duration": "260.00µs",
"nested": { "nested": {
"from_success_result": { "from_success_result": {
"common_prefix": "air::farewell_step::outcome", "common_prefix": "air::farewell_step::outcome",
"duration": "237.00µs", "duration": "240.00µs",
"nested": { "nested": {
"populate_outcome_from_contexts": { "populate_outcome_from_contexts": {
"common_prefix": "air::farewell_step::outcome::serde_json", "common_prefix": "air::farewell_step::outcome::serde_json",
"duration": "206.00µs", "duration": "206.00µs",
"nested": { "nested": {
"to_vec(call_results)": "12.00µs", "to_vec(call_results)": "16.00µs",
"to_vec(data)": "40.00µs" "to_vec(data)": "36.00µs"
} }
} }
} }
@ -2010,11 +2010,11 @@
} }
} }
}, },
"total_time": "22.61ms" "total_time": "23.42ms"
} }
}, },
"datetime": "2023-06-22 16:33:16.518494+00:00", "datetime": "2023-10-04 14:50:18.122679+00:00",
"platform": "macOS-13.4-arm64-arm-64bit", "platform": "macOS-14.0-arm64-arm-64bit",
"version": "0.39.0" "version": "0.48.0"
} }
} }

View File

@ -409,66 +409,66 @@ Machine c1f3ea5950db0a10b44da931c25774d64ab25084f47d504f72f311e694550ff1:
execute: 29.00µs execute: 29.00µs
new: 38.00µs new: 38.00µs
Machine d77ebe8481884bc3b2778c8083f1bf459e548e929edd87041beb14f6b868d35f: Machine d77ebe8481884bc3b2778c8083f1bf459e548e929edd87041beb14f6b868d35f:
Platform: macOS-13.4-arm64-arm-64bit Platform: macOS-14.0-arm64-arm-64bit
Timestamp: 2023-06-22 16:33:16.518494+00:00 Timestamp: 2023-10-04 14:50:18.122679+00:00
AquaVM version: 0.39.0 AquaVM version: 0.48.0
Benches: Benches:
big_values_data (8.91ms; 58.000 MiB, 58.000 MiB): Loading a trace with huge values big_values_data (8.35ms; 57.875 MiB, 57.875 MiB): Loading a trace with huge values
air::runner::execute_air: 8.91ms air::runner::execute_air: 8.35ms
preparation_step::preparation::prepare: 4.97ms preparation_step::preparation::prepare: 4.84ms
air::preparation_step::preparation::make_exec_ctx: 21.00µs air::preparation_step::preparation::make_exec_ctx: 19.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 4.74ms air_interpreter_data::interpreter_data::serde_json::from_slice: 4.63ms
air_parser::parser::air_parser::parse: 29.00µs air_parser::parser::air_parser::parse: 35.00µs
runner::execute: 16.00µs runner::execute: 9.00µs
runner::farewell: 3.82ms runner::farewell: 3.36ms
from_success_result: 3.80ms from_success_result: 3.34ms
populate_outcome_from_contexts: 3.77ms populate_outcome_from_contexts: 3.29ms
to_vec(call_results): 12.00µs
to_vec(data): 2.55ms
dashboard (28.29ms; 51.750 MiB, 51.750 MiB): big dashboard test
air::runner::execute_air: 28.29ms
preparation_step::preparation::prepare: 968.00µs
air::preparation_step::preparation::make_exec_ctx: 43.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 578.00µs
air_parser::parser::air_parser::parse: 164.00µs
runner::execute: 26.72ms
execute: 21.07ms
execute: 4.36ms
prepare_request_params: 58.00µs
to_string(tetraplets): 18.00µs
new: 3.91ms
runner::farewell: 508.00µs
from_success_result: 488.00µs
populate_outcome_from_contexts: 439.00µs
to_vec(call_results): 16.00µs to_vec(call_results): 16.00µs
to_vec(data): 182.00µs to_vec(data): 2.31ms
long_data (3.16ms; 52.875 MiB, 52.875 MiB): Long data trace dashboard (28.07ms; 51.625 MiB, 51.625 MiB): big dashboard test
air::runner::execute_air: 3.16ms air::runner::execute_air: 28.07ms
preparation_step::preparation::prepare: 1.92ms preparation_step::preparation::prepare: 1.00ms
air::preparation_step::preparation::make_exec_ctx: 41.00µs air::preparation_step::preparation::make_exec_ctx: 39.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 1.68ms air_interpreter_data::interpreter_data::serde_json::from_slice: 634.00µs
air_parser::parser::air_parser::parse: 27.00µs air_parser::parser::air_parser::parse: 169.00µs
runner::execute: 15.00µs runner::execute: 26.41ms
runner::farewell: 1.12ms execute: 20.77ms
from_success_result: 1.10ms execute: 4.26ms
populate_outcome_from_contexts: 1.07ms prepare_request_params: 61.00µs
to_vec(call_results): 13.00µs to_string(tetraplets): 18.00µs
to_vec(data): 482.00µs new: 3.72ms
multiple-cids10 (11.76ms; 51.625 MiB, 51.625 MiB): verifying multiple CIDs for single peer runner::farewell: 499.00µs
air::runner::execute_air: 11.76ms from_success_result: 479.00µs
preparation_step::preparation::prepare: 683.00µs populate_outcome_from_contexts: 430.00µs
air::preparation_step::preparation::make_exec_ctx: 44.00µs to_vec(call_results): 18.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 409.00µs to_vec(data): 180.00µs
air_parser::parser::air_parser::parse: 56.00µs long_data (3.03ms; 52.750 MiB, 52.750 MiB): Long data trace
runner::execute: 10.51ms air::runner::execute_air: 3.03ms
execute: 8.19ms preparation_step::preparation::prepare: 1.86ms
execute: 1.80ms air::preparation_step::preparation::make_exec_ctx: 38.00µs
new: 1.51ms air_interpreter_data::interpreter_data::serde_json::from_slice: 1.62ms
runner::farewell: 437.00µs air_parser::parser::air_parser::parse: 35.00µs
from_success_result: 417.00µs runner::execute: 8.00µs
populate_outcome_from_contexts: 379.00µs runner::farewell: 1.02ms
to_vec(call_results): 12.00µs from_success_result: 997.00µs
to_vec(data): 150.00µs populate_outcome_from_contexts: 957.00µs
to_vec(call_results): 15.00µs
to_vec(data): 428.00µs
multiple-cids10 (11.44ms; 51.500 MiB, 51.500 MiB): verifying multiple CIDs for single peer
air::runner::execute_air: 11.44ms
preparation_step::preparation::prepare: 667.00µs
air::preparation_step::preparation::make_exec_ctx: 36.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 400.00µs
air_parser::parser::air_parser::parse: 68.00µs
runner::execute: 10.22ms
execute: 7.85ms
execute: 1.73ms
new: 1.28ms
runner::farewell: 427.00µs
from_success_result: 407.00µs
populate_outcome_from_contexts: 339.00µs
to_vec(call_results): 14.00µs
to_vec(data): 145.00µs
multiple-cids50 (263.70ms; 59.875 MiB, 59.875 MiB): verifying multiple CIDs for single peer multiple-cids50 (263.70ms; 59.875 MiB, 59.875 MiB): verifying multiple CIDs for single peer
air::runner::execute_air: 263.70ms air::runner::execute_air: 263.70ms
preparation_step::preparation::prepare: 6.70ms preparation_step::preparation::prepare: 6.70ms
@ -499,47 +499,47 @@ Machine d77ebe8481884bc3b2778c8083f1bf459e548e929edd87041beb14f6b868d35f:
populate_outcome_from_contexts: 5.58ms populate_outcome_from_contexts: 5.58ms
to_vec(call_results): 12.00µs to_vec(call_results): 12.00µs
to_vec(data): 3.88ms to_vec(data): 3.88ms
multiple-peers5 (15.09ms; 51.812 MiB, 51.812 MiB): verifying many CIDs for many peers multiple-peers5 (15.14ms; 51.688 MiB, 51.688 MiB): verifying many CIDs for many peers
air::runner::execute_air: 15.09ms air::runner::execute_air: 15.14ms
preparation_step::preparation::prepare: 936.00µs preparation_step::preparation::prepare: 907.00µs
air::preparation_step::preparation::make_exec_ctx: 54.00µs air::preparation_step::preparation::make_exec_ctx: 45.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 642.00µs air_interpreter_data::interpreter_data::serde_json::from_slice: 630.00µs
air_parser::parser::air_parser::parse: 66.00µs air_parser::parser::air_parser::parse: 71.00µs
runner::execute: 13.50ms runner::execute: 13.60ms
execute: 10.47ms execute: 10.54ms
execute: 2.42ms execute: 2.40ms
new: 1.83ms new: 1.93ms
runner::farewell: 540.00µs runner::farewell: 508.00µs
from_success_result: 519.00µs from_success_result: 489.00µs
populate_outcome_from_contexts: 478.00µs populate_outcome_from_contexts: 410.00µs
to_vec(call_results): 12.00µs to_vec(call_results): 14.00µs
to_vec(data): 226.00µs to_vec(data): 209.00µs
network_explore (2.93ms; 51.500 MiB, 51.500 MiB): 5 peers of network are discovered network_explore (3.02ms; 51.375 MiB, 51.375 MiB): 5 peers of network are discovered
air::runner::execute_air: 2.93ms air::runner::execute_air: 3.02ms
preparation_step::preparation::prepare: 460.00µs preparation_step::preparation::prepare: 510.00µs
air::preparation_step::preparation::make_exec_ctx: 30.00µs air::preparation_step::preparation::make_exec_ctx: 24.00µs
air_interpreter_data::interpreter_data::serde_json::from_slice: 169.00µs air_interpreter_data::interpreter_data::serde_json::from_slice: 226.00µs
air_parser::parser::air_parser::parse: 84.00µs air_parser::parser::air_parser::parse: 95.00µs
runner::execute: 2.08ms runner::execute: 2.06ms
execute: 1.60ms execute: 1.57ms
execute: 356.00µs execute: 338.00µs
new: 296.00µs new: 280.00µs
runner::farewell: 291.00µs runner::farewell: 302.00µs
from_success_result: 271.00µs from_success_result: 282.00µs
populate_outcome_from_contexts: 236.00µs populate_outcome_from_contexts: 239.00µs
to_vec(call_results): 12.00µs to_vec(call_results): 14.00µs
to_vec(data): 58.00µs to_vec(data): 65.00µs
parser_10000_100 (22.61ms; 56.812 MiB, 56.812 MiB): Running very long AIR script with lot of variables and assignments parser_10000_100 (23.42ms; 56.625 MiB, 56.625 MiB): Running very long AIR script with lot of variables and assignments
air::runner::execute_air: 22.61ms air::runner::execute_air: 23.42ms
preparation_step::preparation::prepare: 21.11ms preparation_step::preparation::prepare: 21.82ms
air::preparation_step::preparation::make_exec_ctx: 22.00µs air::preparation_step::preparation::make_exec_ctx: 22.00µs
air_parser::parser::air_parser::parse: 20.94ms air_parser::parser::air_parser::parse: 21.64ms
runner::execute: 170.00µs runner::execute: 148.00µs
execute: 125.00µs execute: 110.00µs
execute: 40.00µs execute: 31.00µs
new: 27.00µs new: 24.00µs
runner::farewell: 257.00µs runner::farewell: 260.00µs
from_success_result: 237.00µs from_success_result: 240.00µs
populate_outcome_from_contexts: 206.00µs populate_outcome_from_contexts: 206.00µs
to_vec(call_results): 12.00µs to_vec(call_results): 16.00µs
to_vec(data): 40.00µs to_vec(data): 36.00µs

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":"0.8.0","interpreter_version":"0.40.0","trace":[{"call":{"executed":{"scalar":"bagaaierac7ero3zlwycmoidfsejn2gjdk7kx7lrerhajn6lqm7dhcd2dfxla"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaiera3cpk4hkdc462bup4ab7i6dnl6rs2wludga6f666i5wzwt6nv7noa":["val0","val1","val2","val3","val4","val5","val6","val7","val8","val9"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaierac7ero3zlwycmoidfsejn2gjdk7kx7lrerhajn6lqm7dhcd2dfxla":{"value_cid":"bagaaiera3cpk4hkdc462bup4ab7i6dnl6rs2wludga6f666i5wzwt6nv7noa","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"163VbjpvwdXKcCN7tQb9XZACcf4md1uze1WgP1pzXoUSFJw1vmwNBc2YX88xzmBiQVLBKW3iEBAhQujPTeWrJ1twq"}} {"version":"0.11.3","interpreter_version":"0.48.0","trace":[{"call":{"executed":{"scalar":"bagaaierac7ero3zlwycmoidfsejn2gjdk7kx7lrerhajn6lqm7dhcd2dfxla"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaiera3cpk4hkdc462bup4ab7i6dnl6rs2wludga6f666i5wzwt6nv7noa":["val0","val1","val2","val3","val4","val5","val6","val7","val8","val9"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaierac7ero3zlwycmoidfsejn2gjdk7kx7lrerhajn6lqm7dhcd2dfxla":{"value_cid":"bagaaiera3cpk4hkdc462bup4ab7i6dnl6rs2wludga6f666i5wzwt6nv7noa","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"163VbjpvwdXKcCN7tQb9XZACcf4md1uze1WgP1pzXoUSFJw1vmwNBc2YX88xzmBiQVLBKW3iEBAhQujPTeWrJ1twq"}}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
36gwouRjGormaTzTsyzx7cbuLbsTMk31VoZZ7LA2DaLNHQBqWND4ThNfJUUCnbBhMvRLCJrfr9zW68QURik7zPnT

View File

@ -1 +0,0 @@
{"comment":"verifying multiple CIDs for single peer"}

View File

@ -1 +0,0 @@
{"version":"0.8.0","interpreter_version":"0.40.0","trace":[{"call":{"executed":{"scalar":"bagaaiera6ekp5lr72eqti3rsxz2oikgzhaluu6hzcjc5uybasul2czpxuuda"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaierardh4fnqkydva35bnwiolv43gej6pwwbt75zacvktcbv3x55tyaza":["val0","val1","val2","val3","val4","val5","val6","val7","val8","val9","val10","val11","val12","val13","val14","val15","val16","val17","val18","val19","val20","val21","val22","val23","val24","val25","val26","val27","val28","val29","val30","val31","val32","val33","val34","val35","val36","val37","val38","val39","val40","val41","val42","val43","val44","val45","val46","val47","val48","val49"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaiera6ekp5lr72eqti3rsxz2oikgzhaluu6hzcjc5uybasul2czpxuuda":{"value_cid":"bagaaierardh4fnqkydva35bnwiolv43gej6pwwbt75zacvktcbv3x55tyaza","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"13vWGqDZQHGDm5dqJZqDD8hkGq9bVPs2Y1dq9yDwj6WVDWccg4YhGFXGXVriWN4ESAMDu4Do6nBxi223JxWsbPytD"}}

View File

@ -1 +0,0 @@
(seq (seq (call "12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m" ("..0" "init") [] data) (fold data x (seq (fold data y (seq (call "12D3KooWHNgtEsSgAQukzihG36ErkNc9f58mjUeB8JcCRKNr1jQu" ("serv..1" "args") [x y] $stream) (next y))) (next x)))) (call "12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m" ("" "complete") []))

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
36gwouRjGormaTzTsyzx7cbuLbsTMk31VoZZ7LA2DaLNHQBqWND4ThNfJUUCnbBhMvRLCJrfr9zW68QURik7zPnT

View File

@ -1 +0,0 @@
{"comment":"verifying many CIDs for many peers"}

View File

@ -1 +0,0 @@
{"version":"0.8.0","interpreter_version":"0.40.0","trace":[{"call":{"executed":{"scalar":"bagaaieran57a2jmc23bun7cvrungjal2vf4tht5torcwfl6exgno2ow4ynma"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaieramm3kz5cu4bw4rx45bqdvunoc766s5tiqq57kedlgohklidri22wa":["12D3KooWQ8ZKGDbSPp33JLaum9bQ3afhLinWr8vdfKHaorTdBeTw","12D3KooWKdFJFg5FPo1ygEJd5uMf6dzpaMC7HqLgvirYnSjmBxcZ","12D3KooWRwuE9mscEw6aZeWoTtkFazxUsLqmmkvecxF1yTNuoskn","12D3KooWShXhXkEaUVvXAJVVV5SLQc5zPJv1hdwcMxkVynaDRGCy","12D3KooWRVTWjeg8GDY5zYqM5owEcvRu9zEqDsd7WM8fcr2Vd38v","12D3KooWJp1ZVpuZzDpSJtKjuyzGYzEAbtDhUhxm9PM1LbcXxVbo","12D3KooWNbiW2fn1nwW1PcyMHkmHU9LqTqT3a9DURmJPZtuS5b3H","12D3KooWMc1jRhKBCXoREqZHWfrNqDCY9PmmxtDh5vNPU3umMDsb","12D3KooWCay13DtvvYhyJYas3QibP2NEuKHQMa6ssa49Z7wkyfpt","12D3KooWFbsZYLjRHyzWzeR9QqT5aFqweZdWLfZv1fqxfGWLZhNu","12D3KooWQU52GYFBv5uoDCsVMN8RCAHrbysXdErHX89uBZBmhfey","12D3KooWPHLYKqP2ZgXaW21dUZSe8KjDF9LuEtm798FhsAVmFVXc","12D3KooWEmryJZH7YRHDX8FPfLL4gnaySunmigmWCXwpSfcN4bPD","12D3KooWFuQ7u5HJ13d49RGbABqzGJYdXdNPMnEFMrbt81ukUgJT"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaieran57a2jmc23bun7cvrungjal2vf4tht5torcwfl6exgno2ow4ynma":{"value_cid":"bagaaieramm3kz5cu4bw4rx45bqdvunoc766s5tiqq57kedlgohklidri22wa","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"1zhzoi14gLACPYcePf64bun2VwayjXP4b9THmazJ8NLx2vhe1zXeVZx1T2MJY2Ve78JhQZeaniBGWgXn6EEJ8y1R"}}

View File

@ -1 +0,0 @@
(seq (seq (call "12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m" ("..0" "init") [] data) (fold data p (seq (fold data x (seq (fold data y (seq (call p ("serv..1" "args") [p x y] $stream) (next y))) (next x))) (next p)))) (seq (call "12D3KooWHNgtEsSgAQukzihG36ErkNc9f58mjUeB8JcCRKNr1jQu" ("..2" "collect") []) (call "12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m" ("" "complete") [])))

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":"0.8.0","interpreter_version":"0.40.0","trace":[{"call":{"executed":{"scalar":"bagaaieralvgoep7cg4zpsc7zb57xmf3gw5amoj53qgk4i3m5yi4uc2kpmjva"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaieraoft5qanrf4ofex3agido463fnnr4cdmiy2pjepl5ajdx4x5sawgq":["12D3KooWQ8ZKGDbSPp33JLaum9bQ3afhLinWr8vdfKHaorTdBeTw","12D3KooWKdFJFg5FPo1ygEJd5uMf6dzpaMC7HqLgvirYnSjmBxcZ","12D3KooWRwuE9mscEw6aZeWoTtkFazxUsLqmmkvecxF1yTNuoskn","12D3KooWShXhXkEaUVvXAJVVV5SLQc5zPJv1hdwcMxkVynaDRGCy","12D3KooWRVTWjeg8GDY5zYqM5owEcvRu9zEqDsd7WM8fcr2Vd38v"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaieralvgoep7cg4zpsc7zb57xmf3gw5amoj53qgk4i3m5yi4uc2kpmjva":{"value_cid":"bagaaieraoft5qanrf4ofex3agido463fnnr4cdmiy2pjepl5ajdx4x5sawgq","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"13S3GJqcvVxRh61JNwxnmWP7rcfwtNedfew328pGaG2JzrZpj7QFUvwgMTZijymbHeBV5oym19nNRUhkqtmVh7Piv"}} {"version":"0.11.3","interpreter_version":"0.48.0","trace":[{"call":{"executed":{"scalar":"bagaaieralvgoep7cg4zpsc7zb57xmf3gw5amoj53qgk4i3m5yi4uc2kpmjva"}}},{"call":{"sent_by":{"PeerId":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m"}}}],"streams":{},"r_streams":{},"lcid":1,"cid_info":{"value_store":{"bagaaieraoft5qanrf4ofex3agido463fnnr4cdmiy2pjepl5ajdx4x5sawgq":["12D3KooWQ8ZKGDbSPp33JLaum9bQ3afhLinWr8vdfKHaorTdBeTw","12D3KooWKdFJFg5FPo1ygEJd5uMf6dzpaMC7HqLgvirYnSjmBxcZ","12D3KooWRwuE9mscEw6aZeWoTtkFazxUsLqmmkvecxF1yTNuoskn","12D3KooWShXhXkEaUVvXAJVVV5SLQc5zPJv1hdwcMxkVynaDRGCy","12D3KooWRVTWjeg8GDY5zYqM5owEcvRu9zEqDsd7WM8fcr2Vd38v"]},"tetraplet_store":{"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q":{"peer_pk":"12D3KooWPeUMWXdtEveZonecW8hhFdt4wfT4AyYpp4yrFGti7w5m","service_id":"..0","function_name":"init","json_path":""}},"canon_element_store":{},"canon_result_store":{},"service_result_store":{"bagaaieralvgoep7cg4zpsc7zb57xmf3gw5amoj53qgk4i3m5yi4uc2kpmjva":{"value_cid":"bagaaieraoft5qanrf4ofex3agido463fnnr4cdmiy2pjepl5ajdx4x5sawgq","argument_hash":"bagaaieraj5j43immfovaya2uxnpzupwl4xwrfk2nryi3vbz4f4irmeqcxfcq","tetraplet_cid":"bagaaierazalcvolvfdovxuklvznoyrhn5gg4drlbbplrf7rrwullfw2zjd7q"}}},"signatures":{"1Eq7BmQ4B42P5Pu9BsXxMUqoETLQR9HULrUcpsHjpDzMq":"13S3GJqcvVxRh61JNwxnmWP7rcfwtNedfew328pGaG2JzrZpj7QFUvwgMTZijymbHeBV5oym19nNRUhkqtmVh7Piv"}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long