MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / generate_v4_testdata

Function generate_v4_testdata

crates/runner-shared/src/unwind_data.rs:354–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352 #[test]
353 #[ignore = "one-off generator for the V4 testdata artifact"]
354 fn generate_v4_testdata() {
355 let compat = UnwindDataCompat::V4(create_sample_v4());
356 let bytes = bincode::serialize(&compat).unwrap();
357 std::fs::write("testdata/unwind_data_v4.bin", bytes).unwrap();
358 }
359
360 #[test]
361 fn test_parse_v2_as_v4_should_error() {

Callers

nothing calls this directly

Calls 1

create_sample_v4Function · 0.85

Tested by

no test coverage detected