diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-03 00:32:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-03 00:32:48 +0300 |
| commit | 8b0e8386052269e042f69c6345bd012dadb488a9 (patch) | |
| tree | c9ff633bfd1e601a7b6cd4d8d9ed0f9235ce86d5 /run.sh | |
| parent | 1dd57067b528e1889a798a7b6d243110c87454d0 (diff) | |
add run
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +go test -bench=. -benchtime=100s |
