aboutgitcodebugslistschat
path: root/test/lib/perf_report
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/perf_report')
-rwxr-xr-xtest/lib/perf_report2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/perf_report b/test/lib/perf_report
index f1d3ab9..b4fa685 100755
--- a/test/lib/perf_report
+++ b/test/lib/perf_report
@@ -117,7 +117,7 @@ for (var i = 0; i < perf_links.length; i++) {
ci_player.dispose();
ci_player = AsciinemaPlayer.create("/builds/latest/web/ci.cast",
ci_video,
- { startAt: seek, autoplay: true });
+ { cols: 240, rows: 51, poster: "npt:999:0", startAt: seek, autoplay: true });
window.scrollTo({ top: top, behavior: "smooth" })
}, false);