change stdin api for better testability
This commit is contained in:
parent
1059391e3b
commit
334c7361fc
13 changed files with 312 additions and 44 deletions
6
profile/aies.sh
Executable file
6
profile/aies.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
PROFILE=true ../src/simulation.ts --target=aies
|
Loading…
Add table
Add a link
Reference in a new issue