37
38
pylab.bar(X+i*width, heights, width, color=colours.next(), label=variant)
41
41
axes.set_xticklabels(functions)
44
44
pylab.title('Performance of different variants for %d byte blocks' % bytes)
45
45
pylab.ylabel('Rate (MB/s)')
51
51
records = libplot.parse()
53
for bytes in [1, 8, 31, 64, 128]:
58
58
if __name__ == '__main__':