Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

7.3. Performance Report

The primary Juno performance artifact is the interactive HTML matrix juno_test_matrix.html (model, CPU vs GPU scenarios, throughput and latency data). Open it from a checkout in a browser; refresh or regenerate the file when harness inputs or hardware baselines change.

Measurements tie back to JFR custom events, especially juno.TokenProduced, juno.MatVec, and juno.ForwardPass. Extract .jfr snapshots with the metrics module as described in JFR and metrics. Cluster runs produce one file per JVM; the launcher prints a per-file summary on exit. For combined percentile math across JVMs, use MetricsMain.extractToJsonMerged() programmatically.

For the methodology behind these numbers, baseline hardware, and how to reproduce them, see Performance methodology.

See also


<- 7.2 Performance Methodology  |  Table of Contents  |  8.1 Build and Test ->