Skip to content

Commit

Permalink
Add performance labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 22, 2024
1 parent 6a32668 commit a52ba95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tests:
- changed-files:
- any-glob-to-any-file: src/Destructurama.JsonNet.Tests/**/*
- any-glob-to-any-file:
- src/Destructurama.JsonNet.Tests/**/*

CI:
- changed-files:
Expand All @@ -19,3 +20,8 @@ documentation:
- changed-files:
- any-glob-to-any-file:
- README.md

performance:
- changed-files:
- any-glob-to-any-file:
- src/Benchmarks/**/*

1 comment on commit a52ba95

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: a52ba95 Previous: 6a32668 Ratio
Benchmarks.JsonNetBenchmarks.Destructure 2382.970774723933 ns (± 8.54179685816551) 2325.8810572306315 ns (± 9.896052692196491) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.