Skip to content

Commit

Permalink
add FluentAssertions.Analyzers Benchmark (benchmarkdotnet) benchmark …
Browse files Browse the repository at this point in the history
…result for 5049148
  • Loading branch information
github-action-benchmark committed Oct 7, 2024
1 parent c3c4789 commit 69745a1
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728329850222,
"lastUpdate": 1728330539277,
"repoUrl": "https://github.com/fluentassertions/fluentassertions.analyzers",
"entries": {
"FluentAssertions.Analyzers Benchmark": [
Expand Down Expand Up @@ -11838,6 +11838,50 @@ window.BENCHMARK_DATA = {
"range": "± 1.0454486741223392"
}
]
},
{
"commit": {
"author": {
"name": "fluentassertions",
"username": "fluentassertions"
},
"committer": {
"name": "fluentassertions",
"username": "fluentassertions"
},
"id": "50491484f9ccb6cd2a5e24bd45986a8663ef4b8f",
"message": "bugfix: false positive on expressions containing Count",
"timestamp": "2024-09-13T13:23:48Z",
"url": "https://github.com/fluentassertions/fluentassertions.analyzers/pull/384/commits/50491484f9ccb6cd2a5e24bd45986a8663ef4b8f"
},
"date": 1728330538116,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "FluentAssertions.Analyzers.BenchmarkTests.FluentAssertionsBenchmarks.MinimalCompilation_SingleSource_ObjectStatement_Analyzing",
"value": 308.46258223973786,
"unit": "ns",
"range": "± 2.191135067216301"
},
{
"name": "FluentAssertions.Analyzers.BenchmarkTests.FluentAssertionsBenchmarks.MinimalCompilation_SingleSource_ObjectStatement_Analyzing",
"value": 307.9103756348292,
"unit": "ns",
"range": "± 0.5183121182938982"
},
{
"name": "FluentAssertions.Analyzers.BenchmarkTests.FluentAssertionsBenchmarks.SmallCompilation_MultipleSources_StringAssertions_Analyzing",
"value": 304.17420794169107,
"unit": "ns",
"range": "± 2.963935570478009"
},
{
"name": "FluentAssertions.Analyzers.BenchmarkTests.FluentAssertionsBenchmarks.SmallCompilation_MultipleSources_StringAssertions_Analyzing",
"value": 310.41384312084745,
"unit": "ns",
"range": "± 0.6930115494992608"
}
]
}
]
}
Expand Down

0 comments on commit 69745a1

Please sign in to comment.