Skip to content

Commit

Permalink
Just don't do microbenchmarks...
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Sep 5, 2020
1 parent 5ed1bc3 commit 51a3c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CSharpMath.Rendering.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ public class Program {
[Arguments(nameof(Data.Commands))]
[Arguments(nameof(Data.Cyrillic))]
[Arguments(nameof(Data.ErrorMissingArgument))]
[Arguments(nameof(Data.Exponential))]
[Arguments(nameof(Data.Matrix))]
[Arguments(nameof(Data.Nothing))]
[Arguments(nameof(Data.QuadraticFormula))]
[Arguments(nameof(Data.QuarticSolutions))]
[Arguments(nameof(Data.TangentPeriodShift))]
Expand Down

1 comment on commit 51a3c06

@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 'CSharpMath.Rendering.Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.25.

Benchmark suite Current: 51a3c06 Previous: 5ed1bc3 Ratio
CSharpMath.Rendering.Benchmarks.Program.IndividualTests(key: "Commands") 803521.4285714285 ns (± 61514.52776089108) 580558.0924479166 ns (± 8873.758296249653) 1.38

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

CC: @Happypig375

Please sign in to comment.