On Wed, Jan 06, 2021 at 09:45:50AM +0800, Lu Kaiyi wrote:
create kernbench.cr in crystal directory from stats/kernbench first, and then, the second patch will know what has changed from original file.
Signed-off-by: Lu Kaiyi 2392863668@qq.com
stats/crystal/kernbench.cr | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 stats/crystal/kernbench.cr
diff --git a/stats/crystal/kernbench.cr b/stats/crystal/kernbench.cr new file mode 100644 index 000000000..0da37fe88 --- /dev/null +++ b/stats/crystal/kernbench.cr @@ -0,0 +1,28 @@ +#!/usr/bin/env ruby
wrong shebang, it's crystal
Thanks, Yong