You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README-dev.md
+7-10
Original file line number
Diff line number
Diff line change
@@ -395,24 +395,22 @@ cpu-clock:ppp stats:
395
395
396
396
# Summary
397
397
398
-
This set of tools is for batch processing perf data.
398
+
This set of tools is for batch collecting and processing performance and coverage data customized for o1js mina.
399
399
400
+
### Useful Commands
400
401
401
-
# latest update
402
+
We can download an artifact from github using gh ai to basically authenticate a curl for us.
402
403
404
+
This is an example of downloading an artifact directly, you can find examples in the github build logs for the jobs
403
405
`gh api https://api.github.com/repos/meta-introspector/o1js/actions/artifacts/1961929543/zip > data/perf.data.zip`
404
-
it contains
405
-
perf.data.tar.gz
406
406
407
-
This contains
408
-
`tmp/perf/group.test.ts.perf.data.tar.bz2`
409
-
that is mounted in
410
-
`/app/perf-reporting/output/`
407
+
In This version it contains perf.data.tar.gz, we have evolved the artifact contents so it will change to slightly different names in future versions. This documentation needs to be edited again to reflect that.
411
408
409
+
That perf data tar gzip contains `tmp/perf/group.test.ts.perf.data.tar.bz2`
0 commit comments