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 35d15fe commit 6fc9a37Copy full SHA for 6fc9a37
2024.md
@@ -17,7 +17,7 @@ To profile with hyperfine - `brew install hyperfine`
17
## pre-commit
18
19
```shell
20
-bin/run-all-solutions.py --dir 2024 --write
+bin/run-all-solutions.py --dir 2024 --write # write answers to 2024/answers.txt
21
hyperfine --warmup 3 -r 10 'find 2024 -type f -regex ".*/[0-9]*\.py" | sort -n | xargs -L 1 python ' | tee 2024/benchmark-m1.txt
22
```
23
0 commit comments