Skip to content

Commit

Permalink
Benchmark downsampling tolerance.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 12, 2023
1 parent 98cbeb8 commit 6302dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/orbital_elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class OrbitalElementsBenchmark : public benchmark::Fixture {
icrs_trajectory.segments().front().SetDownsampling(
DiscreteTrajectorySegment<ICRS>::DownsamplingParameters{
.max_dense_intervals = 10'000,
.tolerance = 1 * Metre,
.tolerance = 1 * Milli(Metre),
});
KeplerOrbit<GCRS> const initial_osculating_orbit{
*earth_,
Expand Down

0 comments on commit 6302dc3

Please sign in to comment.