Index: doc/theses/thierry_delisle_PhD/thesis/Makefile
===================================================================
--- doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 1cf8a9f58b4024fe0c4041b96f9b4317a00baa51)
+++ doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 6db62fa923a5020e8836fd5a8482ea392a42ebc9)
@@ -29,4 +29,5 @@
 PICTURES = ${addsuffix .pstex, \
 	base \
+	base_avg \
 	empty \
 	emptybit \
@@ -38,4 +39,5 @@
 	system \
 	cycle \
+	result.cycle.jax.ops \
 }
 
@@ -112,4 +114,10 @@
 	python3 $< $@
 
+build/result.%.ns.svg : data/% | ${Build}
+	../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops"
+
+build/result.%.ops.svg : data/% | ${Build}
+	../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second"
+
 ## pstex with inverted colors
 %.dark.pstex : fig/%.fig Makefile | ${Build}
