Skip to content

Commit

Permalink
small comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dekkers committed May 10, 2023
1 parent 6c08b67 commit 8b6e1e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roboquant/src/main/kotlin/org/roboquant/perf/Performance.kt
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,12 @@ private object Performance {
println(header)
println(" " + "".repeat(header.length - 2))
for ((events, assets, backTests) in combinations ) {
// single run
val feed = FastFeed(assets, events)
val t1 = feedFilter(feed)
val t2 = extendedRun(feed)

// multi-run
val (t3, trades) = seqRun(feed, backTests)
val t4 = parRun(feed, backTests)

Expand Down

0 comments on commit 8b6e1e9

Please sign in to comment.