o1-labs / o1js

TypeScript framework for zk-SNARKs and zkApps

Home Page:https://docs.minaprotocol.com/en/zkapps/how-to-write-a-zkapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update benchmark runner to publish generated metrics to benchmarking backend (storage)

shimkiv opened this issue · comments

  • InfluxDB JS/TS client configured using envars that will be provided by CI job, which in turn will be configured as repository secrets.
    • We need a bunch of additional metadata attached to the published metrics, such as execution env. name, execution env. HW config, PR name/branch, target name the metrics were sampled for, etc..
    • This metadata will serve as filtering options for Grafana dashboard.
  • #1481