5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
online-tests/venv/bin/pytest online-tests/benchmark.py -vrx
|