mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
Add some benchamrking
This commit is contained in:
11
tools/simdstring/benchmark.sh
Executable file
11
tools/simdstring/benchmark.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# test.sh
|
||||
# Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
go run generate.go && go test -bench=.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user