Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,9 @@ jobs:
# kept functional. Must be run separately from above because we cannot
# run non-parallel tests in the same run as parallel tests.
test_targets: "benchmark.test_primes"
- run:
name: Test size benchmarker
command: EMTEST_BENCHMARKERS=size ./test/runner benchmark.test_primes
test-browser-chrome:
executor: ubuntu-lts
environment:
Expand Down
2 changes: 1 addition & 1 deletion test/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def __init__(self, name):

# we will not actually run the benchmarks
def run(self, args):
assert False
pass


CHEERP_BIN = '/opt/cheerp/bin/'
Expand Down