tig-ziji/scripts/get_benchmark_data.sh
root c1e65d1b25
Some checks failed
Test Workspace / Test Workspace (push) Has been cancelled
Initial commit
2025-01-14 20:46:47 +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