CodSpeedHQ / action

Github Actions for running CodSpeed in your CI
https://codspeed.io
MIT License
24 stars 3 forks source link

`describe` title not included in PR comment's table #105

Open aleclarson opened 1 month ago

aleclarson commented 1 month ago

If I have a group of benchmarks like this:

describe('foo', () => {
  bench('with object', () => {…})
  bench('with array', () => {…})
})

…I would expect the CodSpeed PR comment to include foo in each benchmark's name (e.g. foo > with object).

Note: Sorry, I don't have an example of this, since I deleted the PR comments and disabled the Codspeed app before I thought to open this.