Ran
|
Jobs
3
|
Files
83
|
Run time
3s
|
Badge
README BADGES
|
push
github
fix pprof defaultSampleType (#424) Fixes #415 * Interprets pprof's defaultSampleType as an index into the string table [as documented in the proto](https://github.com/jlfwong/speedscope/blob/0414c2f61/src/import/profile.proto#L85), not as an index into the sample types repeated-field. This allows parsing to succeed when the string-table index is not a valid sampleTypes index, which is common on allocation profiles. * Update the pprof snapshot. This is necessarily because we were previously interpreting an empty defaultSampleType as truthy-but-zero when long.js is present, ie: the first sample-type. But Speedscope-in-the-browser doesn't seem to include long.js, so our tests were disagreeing with in-browser behavior. With this PR, that should be fixed.
1098 of 2707 branches covered (40.56%)
Branch coverage included in aggregate %.
2530 of 5909 relevant lines covered (42.82%)
6652.51 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | run-10.x - 5276415483.1 | 83 |
42.11 |
GitHub Action Run | |
2 | run-14.x - 5276415483.2 | 83 |
42.11 |
GitHub Action Run | |
3 | run-12.x - 5276415483.3 | 83 |
42.11 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|