CodSpeedHQ/action

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

Opened this issue · 0 comments

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.