Skip to content

Commit

Permalink
Speed up performance test (fails on slow runners) (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Mar 18, 2024
1 parent c3ceaa1 commit 602d829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cli/performance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,10 @@ def test_slow_many_scopes(tmpdir):
#define BLOCK16 BLOCK8 BLOCK8
#define BLOCK32 BLOCK16 BLOCK16
#define BLOCK64 BLOCK32 BLOCK32
#define BLOCK128 BLOCK64 BLOCK64
int main() {
char cmp[5];
memset(cmp, '\376', sizeof cmp);
BLOCK128
BLOCK64
return EXIT_SUCCESS;
}""")
cppcheck([filename]) # should not take more than ~1 second

0 comments on commit 602d829

Please sign in to comment.