mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Add some benchamrking
This commit is contained in:
parent
47fea26b62
commit
65923b1aba
2 changed files with 77 additions and 0 deletions
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=.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue