Skip to content

Commit

Permalink
Fix time setting
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbeedle committed Jul 31, 2024
1 parent 498be70 commit 83d832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void user() {
std::make_shared<salsa::BaseContactListener>("Default");
setupInteractions(*contactListener);
salsa::TestConfig config = {"Flocking", flock_params, "Small", "tree_map", 10,
50000, 1200.0f, "Tree", "Default"};
50000, 100.0f, "Tree", "Default"};

// Load the test queue with our tree tests
// 10, 100, 500, 1000
Expand Down

0 comments on commit 83d832c

Please sign in to comment.