Skip to content

Commit

Permalink
Fix CSV header for PreparedPolygonIntersectsPerfTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Aug 6, 2024
1 parent 0983ab4 commit b61bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void test (std::size_t npts) {
}

int main() {
std::cout << "target_points,num_tests,num_hits,test_type,pts_in_test,method,time" << std::endl;
std::cout << "target_points,num_tests,num_hits,test_type,pts_in_test,method,time,factor" << std::endl;
test(5);
test(10);
test(500);
Expand Down

0 comments on commit b61bdce

Please sign in to comment.