Add some benchamrking

This commit is contained in:
Kovid Goyal 2024-03-07 10:20:40 +05:30
parent 47fea26b62
commit 65923b1aba
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 77 additions and 0 deletions

11
tools/simdstring/benchmark.sh Executable file
View 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=.