We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5d097 commit eef2c70Copy full SHA for eef2c70
test/ridiculous_time_test.exs
@@ -111,7 +111,7 @@ defmodule RidiculousTimeTest do
111
one_century_ms = 100 * 365 * 24 * 60 * 60 * 1000
112
113
IO.puts("\n👴 Simulating a CENTURY of daily backups...")
114
- IO.puts(" (36,500 individual events - this shows our event processing power!)")
+ IO.puts(" (36,500 individual events)")
115
IO.puts(" (Note: Each backup is fully simulated, not analytically computed!)\n")
116
117
start_time = System.monotonic_time(:millisecond)
0 commit comments