mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-07 23:32:12 +02:00
6 lines
184 B
Bash
Executable File
6 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# BENCHMARK_TITLE: BEC IPython client without companion app
|
|
set -euo pipefail
|
|
|
|
bec --nogui --post-startup-file tests/benchmarks/hyperfine/utils/exit_bec_startup.py
|