-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ready for Review] Slightly improve performance #2299
Merged
+218
−136
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ff81fa0
paket: performance by cloudRoutine and 0x53A
0x53A b7aca77
clean up Paket.fsproj: remove duplicated debugger options
0x53A 7369948
don't compare tuples by reference identity
0x53A 3347802
disable test "#1174 Should find Ninject error" again because it fails…
0x53A 39e23a9
make findMatchingStep faster and slightly more readable
0x53A f5deb48
use slightly faster tryExtractOne, as demonstrated by benchmark (stil…
0x53A 505c58c
performance: don't recalculate array on each iteration in fuseConflicts
0x53A File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
integrationtests/scenarios/i002289-resolve-nunit-timeout/before/paket.dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
redirects: on | ||
framework: net46 | ||
|
||
source https://api.nuget.org/v3/index.json | ||
|
||
nuget Akka.Persistence.SqlServer | ||
nuget SQLProvider | ||
nuget Microsoft.FSharpLu.Json | ||
nuget Microsoft.Net.Http | ||
nuget Microsoft.AspNet.WebApi.Client | ||
nuget FSharp.Core redirects: force | ||
nuget FSharp.Configuration | ||
nuget FSharp.Formatting | ||
nuget FSharp.Data | ||
nuget FSharp.Data.TypeProviders | ||
nuget Newtonsoft.Json | ||
nuget FAKE | ||
nuget SourceLink.Fake | ||
nuget Akka | ||
nuget Akka.FSharp | ||
nuget Akka.Persistence | ||
nuget Akka.Persistence.FSharp | ||
nuget Akka.Persistence.Sql.Common | ||
nuget Akka.Persistence.Query | ||
nuget Akka.Persistence.Query.Sql | ||
nuget Akka.Logger.Serilog | ||
nuget Akka.Monitoring | ||
nuget Akka.Monitoring.StatsD | ||
nuget Akka.TestKit.NUnit | ||
nuget Akka.TestKit.Xunit2 | ||
nuget Akka.Serialization.Wire | ||
nuget FsPickler | ||
nuget Serilog | ||
nuget Serilog.Sinks.ElasticSearch | ||
nuget Nest ~> 5 | ||
nuget RabbitMQ.Client | ||
nuget SSH.NET | ||
nuget Topshelf | ||
nuget Topshelf.Serilog | ||
nuget NUnit ~> 2 | ||
nuget NUnit.Runners | ||
nuget NUnitTestAdapter | ||
nuget TickSpec.NUnit content: none | ||
nuget FsCheck | ||
nuget FsCheck.Nunit | ||
nuget System.Collections.Immutable | ||
nuget Suave | ||
nuget OctopusTools | ||
nuget Suave.Swagger | ||
nuget Quartz | ||
nuget Akka.Quartz.Actor | ||
nuget Oracle.ManagedDataAccess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.