Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jun 27, 2023
1 parent 6871bfe commit 79ef7cc
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 967 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ coverage
test/FsAutoComplete.Tests.Lsp/TestResults/

.tool-versions
BenchmarkDotNet.Artifacts/
19 changes: 0 additions & 19 deletions benchmarks/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,6 @@ open BenchmarkDotNet.Attributes
open BenchmarkDotNet.Running
open System.Security.Cryptography

// [<MemoryDiagnoser>]
// type HelloBenchmark () =

// let n = 10000
// let data : byte array = Array.zeroCreate n
// do Random().NextBytes(data)

// let md5 = MD5.Create()
// let sha256 = SHA256.Create()


// [<Benchmark>]
// member _.MD5 () =
// md5.ComputeHash(data)

// [<Benchmark>]
// member _.Sha256 () =
// sha256.ComputeHash(data)



Expand All @@ -31,5 +13,4 @@ module EntryPoint =
[<EntryPoint>]
let main argv =
let summary = BenchmarkRunner.Run<SourceText_LineChanges_Benchmarks>();
// let summary = BenchmarkRunner.Run<SourceText_TextChanges_Benchmarks>();
0
Loading

0 comments on commit 79ef7cc

Please sign in to comment.