Published
Edited
Mar 2, 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Table(gas, {
format: {
agg_gas_per_snark: x => d3.format(',.0f')(x),
batch_gas_per_snark: x => d3.format(',.0f')(x),
agg_improvement: x => x < 1 ? d3.format(',.2f')(x) : html`<b style="color: green;">${d3.format(',.2f')(x)}</b>`
}
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
provecommits = (nproofs, snarks_per_proof) => (nproofs/snarks_per_proof)
Insert cell
gas_time = (time_ms) => time_ms*gas_cost_ns*1000*1000
Insert cell
gas_bytes = (size_bytes) => size_bytes *gas_cost_byte
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more