Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix shceduling
Browse files Browse the repository at this point in the history
Masorubka1 committed Oct 14, 2024
1 parent 2e69593 commit 6ba2b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_test.go
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ func runBenchmarkLatency(b *testing.B) ([]float64, []float64) {
lowerBound := decimal.MustParse("50.0")
upperBound := decimal.MustParse("100.0")
minSpread := decimal.MustParse("0.25")
sched := true
sched := false

ob := getOrderBook()
bid, ask, bidQty, askQty := getInitialVars(lowerBound, upperBound, minSpread)

0 comments on commit 6ba2b30

Please sign in to comment.