Update grader

This commit is contained in:
Minseong Jang
2022-04-05 19:08:54 +09:00
parent 5f1a38534f
commit bd581d09e9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ cargo clippy
# Run tests.
RUST_MIN_STACK=33554432 cargo test --release test_examples_write_c
RUST_MIN_STACK=33554432 python3 tests/fuzz.py --print -n30
RUST_MIN_STACK=33554432 python3 tests/fuzz.py --print -n80 --seed 22

View File

@@ -9,4 +9,4 @@ cargo clippy
# Run tests.
RUST_MIN_STACK=33554432 cargo test --release test_examples_irgen
RUST_MIN_STACK=33554432 python3 tests/fuzz.py --irgen -n30
RUST_MIN_STACK=33554432 python3 tests/fuzz.py --irgen -n80 --seed 22