We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb38b0 commit 5d2a65dCopy full SHA for 5d2a65d
tests/performance/coremark/coremark.ino
@@ -14,7 +14,7 @@
14
#define TWDT_TIMEOUT_S 20
15
16
// Number of runs to average
17
-#define N_RUNS 5
+#define N_RUNS 3
18
19
// A way to call the C-only coremark function from Arduino's C++ environment
20
extern "C" int coremark_main(void);
tests/requirements.txt
@@ -2,5 +2,5 @@ pytest==8.1.1
2
cryptography>=2.1.4
3
--only-binary cryptography
4
pytest-cov
5
-pytest-embedded-serial-esp>=1.3.4
6
-pytest-embedded-arduino>=1.3.4
+pytest-embedded-serial-esp==1.8.4
+pytest-embedded-arduino==1.8.4
0 commit comments