Crates.io | prover-lab |
lib.rs | prover-lab |
version | 0.3.2 |
source | src |
created_at | 2022-05-23 23:48:20.732108 |
updated_at | 2022-08-23 19:15:55.399399 |
description | Move Prover lab |
homepage | |
repository | |
max_upload_size | |
id | 592296 |
size | 2,224,621 |
This crate contains tools and data for analyzing the performance of the Move Prover.
The data
directory contains a number of lab sessions with scripts and persisted data. Each of those directories
has its own README. The src
directory contains supporting Rust code.
Most labs are currently based on Jupyter notebooks with a Rust based kernel. The installation of Jupyter can be done via the python installation tool:
pip install jupyterlab
pip install notebook
For the Rust kernel, follow the installation instructions at google/evcxr. You need version 0.9.0 or later.
EVCXR has some flaws at this point (or we are not using it correctly):
:dep
after start of a notebook can take a really long time (minutes) since EVCXR compiles
all of Rust. Running cargo install sccache
may help.jupyter nbconvert --execute
unusable to create reports. The only way to do
so is to manually ensure everything is evaluated correctly, on then use the Web UIs "Print" function ("Export"
wont work because it seems to be based on nbconvert
).