Skip to content

Commit

Permalink
Fix remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanfilyonok committed Jun 3, 2022
1 parent 2d051af commit f2729cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type AtomicBenchamrks() =

static member GlobalWorkSizeProvider =
seq {
yield 1000
yield 100_000
1000
100_000
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ type TransferBenchmarks<'a>() =

static member ArrayLengthProvider =
seq {
yield 1000
yield 1_000_000
1000
1_000_000
}
62 changes: 0 additions & 62 deletions paket.dependencies.bak

This file was deleted.

0 comments on commit f2729cb

Please sign in to comment.