mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
perf: skip large Window and AppHandle fields on traces (#8318)
* perf: Skip large Window and AppHandle fields on traces These contain large fields like image buffers, causing spans/events to be very large when serialized. Especially the `window::emit::eval` one which is in a hot code path. * fix: MSRV issues
This commit is contained in:
3
.github/workflows/test-core.yml
vendored
3
.github/workflows/test-core.yml
vendored
@@ -115,6 +115,9 @@ jobs:
|
||||
cargo update -p bstr --precise 1.6.2
|
||||
cargo update -p backtrace --precise 0.3.68
|
||||
cargo update -p blocking --precise 1.4.1
|
||||
cargo update -p ignore --precise 0.4.18
|
||||
cargo update -p regex --precise 1.9.6
|
||||
cargo update -p globset --precise 0.4.13
|
||||
|
||||
- name: test
|
||||
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}
|
||||
|
||||
Reference in New Issue
Block a user