mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-25 22:45:49 +08:00
very simple build scripts
This commit is contained in:
14
run-benchmarks.sh
Executable file
14
run-benchmarks.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.Benchmarks
|
||||
|
||||
cd test/Ocelot.Benchmarks
|
||||
|
||||
dotnet run
|
||||
|
||||
cd ../../
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user