class BENCHMARK_APP

(source code)

note

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-05-12 13:51:59 GMT (Monday 12th May 2025)"
	revision: "28"

class
	BENCHMARK_APP

inherit
	BENCHMARK_SHELL_APPLICATION [BENCHMARK_COMMAND_SHELL]

create
	make

end