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 0a39175 commit 2cc3b47Copy full SHA for 2cc3b47
docs/docs/codeflash-concepts/benchmarking.md
@@ -1,8 +1,14 @@
1
-## How Codeflash measures the runtime of code
+---
2
+sidebar_position: 2
3
4
+
5
+# How Codeflash measures code runtime
6
7
Codeflash reports benchmarking results that look like this :
8
9
+```text
10
⏱️ Runtime : 32.8 microseconds → 29.2 microseconds (best of 315 runs)
11
+```
12
13
To measure runtime, Codeflash runs a function multiple times with several inputs
14
and sums the minimum time for each input to get the total runtime.
docs/docs/how-codeflash-works.md renamed to docs/docs/codeflash-concepts/how-codeflash-works.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 4
+sidebar_position: 1
# How Codeflash Works
0 commit comments