Skip to content

Commit

Permalink
Remove Ratio column
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jan 8, 2025
1 parent b7094e0 commit 1dbc3ce
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions rules/S3247/csharp/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ if (x is Fruit fruit)

[options="header"]
|===
| Method | Runtime | Mean | Standard Deviation | Ratio
| IsPattern_Class | .NET 9.0 | 176.48 ns | 0.765 ns | 1.00
| IsWithCast_Class | .NET 9.0 | 246.12 ns | 22.391 ns | 1.39
| | | | |
| IsPattern_Class | .NET Framework 4.8.1 | 325.11 ns | 14.435 ns | 1.00
| IsWithCast_Class | .NET Framework 4.8.1 | 311.22 ns | 11.145 ns | 0.96
| | | | |
| IsPattern_Interface | .NET 9.0 | 26.77 ns | 1.123 ns | 1.00
| IsWithCast_Interface | .NET 9.0 | 26.45 ns | 2.115 ns | 0.99
| | | | |
| IsPattern_Interface | .NET Framework 4.8.1 | 119.80 ns | 5.411 ns | 1.00
| IsWithCast_Interface | .NET Framework 4.8.1 | 119.33 ns | 4.380 ns | 1.00
| | | | |
| IsPattern_ValueType | .NET 9.0 | 22.58 ns | 1.161 ns | 1.00
| IsWithCast_ValueType | .NET 9.0 | 19.41 ns | 2.675 ns | 0.86
| | | | |
| IsPattern_ValueType | .NET Framework 4.8.1 | 39.66 ns | 0.645 ns | 1.00
| IsWithCast_ValueType | .NET Framework 4.8.1 | 41.34 ns | 0.462 ns | 1.04
| Method | Runtime | Mean | Standard Deviation
| IsPattern_Class | .NET 9.0 | 176.48 ns | 0.765 ns
| IsWithCast_Class | .NET 9.0 | 246.12 ns | 22.391 ns
| | | |
| IsPattern_Class | .NET Framework 4.8.1 | 325.11 ns | 14.435 ns
| IsWithCast_Class | .NET Framework 4.8.1 | 311.22 ns | 11.145 ns
| | | |
| IsPattern_Interface | .NET 9.0 | 26.77 ns | 1.123 ns
| IsWithCast_Interface | .NET 9.0 | 26.45 ns | 2.115 ns
| | | |
| IsPattern_Interface | .NET Framework 4.8.1 | 119.80 ns | 5.411 ns
| IsWithCast_Interface | .NET Framework 4.8.1 | 119.33 ns | 4.380 ns
| | | |
| IsPattern_ValueType | .NET 9.0 | 22.58 ns | 1.161 ns
| IsWithCast_ValueType | .NET 9.0 | 19.41 ns | 2.675 ns
| | | |
| IsPattern_ValueType | .NET Framework 4.8.1 | 39.66 ns | 0.645 ns
| IsWithCast_ValueType | .NET Framework 4.8.1 | 41.34 ns | 0.462 ns
|===

==== Glossary
Expand Down

0 comments on commit 1dbc3ce

Please sign in to comment.