We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a1bb commit a17e8d1Copy full SHA for a17e8d1
ulab_Crunch_Numbers_Fast/benchmark.py
@@ -35,6 +35,6 @@ def timeit(s, f, n=100):
35
r = (t1 - t0) * 1e-6 / n
36
print("%-20s : %8.3fms [result=%f]" % (s, r, x))
37
38
-print("Computing the RMS value of 1000 numbers")
+print("Computing the RMS value of 100 numbers")
39
timeit("traditional", lambda: normalized_rms(nums_list))
40
timeit("ulab", lambda: normalized_rms_ulab(nums_array))
0 commit comments