Commit 974da01
authored
[chore] Skip more benchmarks when reporting to codspeed (#14220)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This:
- Renames the `benchmark` target to `timebenchmark` and passes the
`MEMBENCH` env variable on the original `benchmark` target (it was
duplicated)
- Adds `testutil.SkipMemoryBench` to a bunch of tests that are not there
for measuring time but rather for measuring allocations
- Bumps number of iterations on one queue benchmark to bump total time
taken by the test
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #14216, updates #141111 parent 10f119c commit 974da01
File tree
43 files changed
+97
-9
lines changed- .github/workflows
- client
- component
- componentstatus
- componenttest
- config
- configauth
- configmiddleware
- consumer
- consumererror
- exporter/exporterhelper/internal/queue
- extension
- extensionauth/extensionauthtest
- extensionmiddleware/extensionmiddlewaretest
- extensiontest
- xextension
- internal
- cmd/pdatagen/internal/pdata
- templates
- telemetry
- pdata
- internal
- pcommon
- pmetric
- pprofile
- scraper
- scrapertest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+97
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments