Skip to content

Commit

Permalink
fix benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwlee2608 committed Mar 8, 2024
1 parent c058cb4 commit ef0b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/diameter_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn test_data_2() -> &'static [u8] {
0x00, 0x00, 0x00, 0x04, // application_id
0x00, 0x00, 0x00, 0x03, // hop_by_hop_id
0x00, 0x00, 0x00, 0x04, // end_to_end_id
0x00, 0x00, 0x02, 0x3B, // avp code
0x00, 0x00, 0x01, 0x9F, // avp code
0x40, 0x00, 0x00, 0x0C, // flags, length
0x00, 0x00, 0x04, 0xB0, // value
0x00, 0x00, 0x00, 0x1E, // avp code
Expand Down

0 comments on commit ef0b47c

Please sign in to comment.