/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
benchmarks/run.sh
7 строк
201 B
Rainer Gerhards
speed up object child lookup
23 июл 2026, 12:13
23 июл 2026, 12:13
6b11f09
Код
Авторство
О чём код?
#!/bin/sh # Stable entry point for the libfastjson benchmark runner. set -eu SCRIPT_DIR=$(dirname -- "$0") SCRIPT_DIR=$(CDPATH='' cd -- "$SCRIPT_DIR" && pwd) exec python3 "$SCRIPT_DIR/runner.py" "$@"