Avatar for the nautechsystems user
nautechsystems
nautilus_trader
BlogDocsChangelog

GitHub Actions run

Instrumentation
7 days ago c6cc16a nightly

Compare

Base
Search a run

Head
nightly
c6cc16a
7 days ago

Compare
Suggested base runs: •

Benchmarks

test_fast_std
tests/performance_tests/test_perf_stats.py::test_fast_std
24.6 µs
test_create_symbol
tests/performance_tests/test_perf_objects.py::test_create_symbol
27.3 µs
test_create_instrument_id
tests/performance_tests/test_perf_objects.py::test_create_instrument_id
15 µs
test_make_builtin_uuid
tests/performance_tests/test_perf_uuid.py::test_make_builtin_uuid
46.6 µs
test_instrument_id_to_str
tests/performance_tests/test_perf_objects.py::test_instrument_id_to_str
18.2 µs
test_format_iso8601_millis
tests/performance_tests/test_perf_core.py::test_format_iso8601_millis
24.2 µs
test_condition_valid_string
tests/performance_tests/test_perf_correctness.py::test_condition_valid_string
16.5 µs
test_order_denied_to_dict
tests/performance_tests/test_perf_events.py::test_order_denied_to_dict
33.5 µs
test_nautilus_uuid_from_value
tests/performance_tests/test_perf_uuid.py::test_nautilus_uuid_from_value
57.2 µs
test_condition_type_or_none
tests/performance_tests/test_perf_correctness.py::test_condition_type_or_none
12.5 µs
test_get_rate
tests/performance_tests/test_perf_xrate_calculator.py::test_get_rate
30.2 µs
test_create_quote_tick
tests/performance_tests/test_perf_objects.py::test_create_quote_tick
42.6 µs
test_make_nautilus_uuid
tests/performance_tests/test_perf_uuid.py::test_make_nautilus_uuid
16.7 µs
test_condition_true
tests/performance_tests/test_perf_correctness.py::test_condition_true
12.2 µs
test_venue_equality
tests/performance_tests/test_perf_identifiers.py::test_venue_equality
13.4 µs
test_order_denied_to_dict_then_msgspec_to_json
tests/performance_tests/test_perf_events.py::test_order_denied_to_dict_then_msgspec_to_json
43.3 µs
test_trade_tick_data_wrangler_process
tests/performance_tests/test_perf_wranglers.py::test_trade_tick_data_wrangler_process
1.3 s
test_nautilus_uuid_value
tests/performance_tests/test_perf_uuid.py::test_nautilus_uuid_value
16.1 µs
test_quote_tick_data_wrangler_process_tick_data
tests/performance_tests/test_perf_wranglers.py::test_quote_tick_data_wrangler_process_tick_data
21.4 ms
test_submit_order
tests/performance_tests/test_perf_live_execution.py::TestLiveExecutionPerformance::test_submit_order
398.5 µs
test_live_clock_timestamp_us
tests/performance_tests/test_perf_clock.py::test_live_clock_timestamp_us
14.1 µs
test_order_id_generator
tests/performance_tests/test_perf_order.py::TestOrderPerformance::test_order_id_generator
65.3 µs
test_pyo3_deltas_to_legacy_cython_list
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_deltas_to_legacy_cython_list
9.5 ms
test_live_clock_unix_timestamp
tests/performance_tests/test_perf_clock.py::test_live_clock_unix_timestamp
13.6 µs
test_is_limit_filled
tests/performance_tests/test_perf_fill_model.py::test_is_limit_filled
16.2 µs
test_live_clock_timestamp_ms
tests/performance_tests/test_perf_clock.py::test_live_clock_timestamp_ms
14.1 µs
test_create_trade_tick_from_raw
tests/performance_tests/test_perf_objects.py::test_create_trade_tick_from_raw
29.7 µs
test_execute_command
tests/performance_tests/test_perf_live_execution.py::TestLiveExecutionPerformance::test_execute_command
179.3 µs
test_market_order_creation
tests/performance_tests/test_perf_order.py::TestOrderPerformance::test_market_order_creation
131.1 µs
test_live_clock_utc_now
tests/performance_tests/test_perf_clock.py::test_live_clock_utc_now
53.8 µs
test_submit_order_end_to_end
tests/performance_tests/test_perf_live_execution.py::TestLiveExecutionPerformance::test_submit_order_end_to_end
197.4 ms
test_pyo3_delta_to_legacy_cython
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_delta_to_legacy_cython
18.5 µs
test_advance_time
tests/performance_tests/test_perf_clock.py::test_advance_time
15.1 µs
test_create_quote_tick_raw
tests/performance_tests/test_perf_objects.py::test_create_quote_tick_raw
23 µs
test_pyo3_quotes_to_legacy_cython_list
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_quotes_to_legacy_cython_list
9.5 ms
test_logging
tests/performance_tests/test_perf_logger.py::test_logging
291.6 ms
test_nautilus_convert_to_snake_case
tests/performance_tests/test_perf_core.py::test_nautilus_convert_to_snake_case
17.3 µs
test_unix_nanos_to_iso8601
tests/performance_tests/test_perf_core.py::test_unix_nanos_to_iso8601
20.1 µs
test_iteratively_advance_time
tests/performance_tests/test_perf_clock.py::test_iteratively_advance_time
26.9 ms
test_to_own_book_order
tests/performance_tests/test_perf_order.py::TestOrderPerformance::test_to_own_book_order
47.2 µs
test_pyo3_trade_to_legacy_cython
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_trade_to_legacy_cython
18.5 µs
test_condition_none
tests/performance_tests/test_perf_correctness.py::test_condition_none
12.4 µs
test_limit_order_creation
tests/performance_tests/test_perf_order.py::TestOrderPerformance::test_limit_order_creation
141.4 µs
test_is_stop_filled
tests/performance_tests/test_perf_fill_model.py::test_is_stop_filled
16.2 µs
test_serialize_submit_order
tests/performance_tests/test_perf_serialization.py::TestSerializationPerformance::test_serialize_submit_order
102.3 µs
test_create_trade_tick
tests/performance_tests/test_perf_objects.py::test_create_trade_tick
44.5 µs
test_create_bar
tests/performance_tests/test_perf_objects.py::test_create_bar
15.7 µs
test_pyo3_bars_to_legacy_cython_list
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_bars_to_legacy_cython_list
10.1 ms
test_symbol_equality
tests/performance_tests/test_perf_identifiers.py::test_symbol_equality
13.6 µs
test_pyo3_quote_to_legacy_cython
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_quote_to_legacy_cython
18.6 µs
test_pyo3_bar_to_legacy_cython
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_bar_to_legacy_cython
18.7 µs
test_own_book_audit
tests/performance_tests/test_perf_orderbook.py::test_own_book_audit
25.7 µs
test_np_std
tests/performance_tests/test_perf_stats.py::test_np_std
141.3 µs
test_live_clock_timestamp_ns
tests/performance_tests/test_perf_clock.py::test_live_clock_timestamp_ns
14.1 µs
test_fast_mean
tests/performance_tests/test_perf_stats.py::test_fast_mean
22.9 µs
test_np_mean
tests/performance_tests/test_perf_stats.py::test_np_mean
89.2 µs
test_pyo3_trades_to_legacy_cython_list
tests/performance_tests/test_perf_pyo3_conversion.py::test_pyo3_trades_to_legacy_cython_list
9.5 ms
test_format_iso8601
tests/performance_tests/test_perf_core.py::test_format_iso8601
23.8 µs
© 2025 CodSpeed Technology
Home Terms PrivacyDocs