Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move CE source files to dedicated ce folder
  • Loading branch information
dawedawe committed Jan 17, 2024
commit e281da2156b6808212f64f515b310933365cf715
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ComputationExpressionBenchmarks() =
"CEwCO500xnest1.fs",
"CEwCO100xnest5.fs")>]
member public this.Source
with get () = File.ReadAllText(__SOURCE_DIRECTORY__ ++ sourceFileName)
with get () = File.ReadAllText(__SOURCE_DIRECTORY__ ++ "ce" ++ sourceFileName)
and set f = sourceFileName <- f

member val Benchmark = Unchecked.defaultof<_> with get, set
Expand Down