1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-01 12:32:30 +02:00
Files
bec_widgets/tests/benchmarks/hyperfine/benchmark_import_bec_widgets.sh
T
2026-04-21 13:58:38 +02:00

6 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
# BENCHMARK_TITLE: Import bec_widgets
set -euo pipefail
python -c 'import bec_widgets; print(bec_widgets.__file__)'