# # \brief Simple cache benchmark # \author Johannes Schlatow # set build_components { core init test/cache } build $build_components create_boot_directory set config { } install_config $config set boot_modules { core ld.lib.so init test-cache } build_boot_image $boot_modules run_genode_until "done.*\n" 300