Skip to content

Commit f3514ad

Browse files
committed
Add second screencast
1 parent 43598e9 commit f3514ad

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ The reason is that the size of the data require is fairly large. For example, ju
228228
Also one would have to download and install all the packages and their dependencies which again takes space and time.
229229
If you are however interested and have the computational resource, we will be happy to share the data, please contact the AEC chair.
230230

231+
There is also a screen cast for this part of the artifact.
232+
However, due to a size limitations, it is not possible to share it directly on [asciinema.org](https://asciinema.org/).
233+
Instead, it is in a compressed for in the `assets` directory.
234+
To replay it locally (assuming you have installed the `asciinema` tool), please do the following steps:
235+
236+
```sh
237+
cd assets
238+
unxz screencast-pipeline.asciinema.xz
239+
asciinema play -i 1 -s 10 screencast-pipeline.asciinema
240+
```
241+
242+
That will play it 10x the actual speed, limiting the idle time to 1 second.
243+
231244
---
232245

233246
**Note**:
@@ -367,6 +380,7 @@ shall show results for a function `arg_name` from `dplyr` package:
367380
368381
It indicates 7 failed calls and 3 good ones.
369382
Please note that due to random sampling your results will likely be different.
383+
It is also possible that there will not be any `data/fuzz/dplyr::arg_name` file as the functions are selected randomly.
370384
371385
### 3. type the results
372386
284 KB
Binary file not shown.

0 commit comments

Comments
 (0)