mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:22:51 +08:00
15 lines
132 B
Bash
Executable File
15 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
echo -------------------------
|
|
|
|
echo Running Ocelot.Benchmarks
|
|
|
|
cd test/Ocelot.Benchmarks
|
|
|
|
dotnet run
|
|
|
|
cd ../../
|
|
|
|
|
|
|
|
|