Skip to content

Commit 5d2a65d

Browse files
committed
Test
1 parent 2fb38b0 commit 5d2a65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/performance/coremark/coremark.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define TWDT_TIMEOUT_S 20
1515

1616
// Number of runs to average
17-
#define N_RUNS 5
17+
#define N_RUNS 3
1818

1919
// A way to call the C-only coremark function from Arduino's C++ environment
2020
extern "C" int coremark_main(void);

tests/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest==8.1.1
22
cryptography>=2.1.4
33
--only-binary cryptography
44
pytest-cov
5-
pytest-embedded-serial-esp>=1.3.4
6-
pytest-embedded-arduino>=1.3.4
5+
pytest-embedded-serial-esp==1.8.4
6+
pytest-embedded-arduino==1.8.4

0 commit comments

Comments
 (0)