tig-monorepopool/scripts/get_benchmark_data.sh
2024-08-06 09:59:12 +08:00

4 lines
151 B
Bash

#!/bin/bash
set -e
read -p "Enter benchmark_id: " benchmark_id
curl -s https://mainnet-api.tig.foundation/get-benchmark-data?benchmark_id=$benchmark_id