sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k stars 55 forks source link

ci: Update jetli/wasm-pack-action to 0.4.0 #496

Closed wcampbell0x2a closed 2 weeks ago

wcampbell0x2a commented 3 weeks ago

EDIT: it didn't

wcampbell0x2a commented 3 weeks ago

Weird, it runs perfectly fine on my machine...

github-actions[bot] commented 3 weeks ago

Benchmark for 734a391

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | count_from_u8_specialize | 97.6±0.96ns | 97.1±1.02ns | -0.51% | | count_no_specialize | 2.4±0.02µs | 2.4±0.02µs | 0.00% | | count_specialize | 99.2±0.93ns | **98.1±0.60ns** | **-1.11%** | | deku_read_bits | 1216.4±7.44ns | 1217.9±15.71ns | +0.12% | | deku_read_byte | **4.6±0.04ns** | 5.7±0.05ns | **+23.91%** | | deku_read_enum | **3.8±0.07ns** | 4.8±0.05ns | **+26.32%** | | deku_read_vec | 30.3±0.77ns | 30.4±0.61ns | +0.33% | | deku_write_bits | **201.1±6.29ns** | 217.0±9.33ns | **+7.91%** | | deku_write_byte | 25.8±0.46ns | 25.7±0.23ns | -0.39% | | deku_write_enum | 23.9±0.34ns | 24.0±0.77ns | +0.42% | | deku_write_vec | **436.8±4.42ns** | 446.4±3.13ns | **+2.20%** | | read_all | 5.0±0.05µs | **4.3±0.03µs** | **-14.00%** | | read_all_bytes | **4.2±0.06µs** | 5.0±0.03µs | **+19.05%** |