diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-13 19:27:41 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-13 19:27:41 +1000 |
commit | a4677a5834210c85e050de6dad13911a85297499 (patch) | |
tree | 0e0802a75478a10b4765fced5eb8c5ddd92183cc /json | |
parent | 5716ddb5e7ca3cb4ee445bdd4958c37aeb033baa (diff) |
Clean up autows
Diffstat (limited to 'json')
-rw-r--r-- | json/profile/cpuprofile.bat | 3 | ||||
-rw-r--r-- | json/profile/memprofile.bat | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/json/profile/cpuprofile.bat b/json/profile/cpuprofile.bat deleted file mode 100644 index c293b5e..0000000 --- a/json/profile/cpuprofile.bat +++ /dev/null @@ -1,3 +0,0 @@ -go build -profile.exe -cpuprofile cpu.out -go tool pprof profile.exe cpu.out diff --git a/json/profile/memprofile.bat b/json/profile/memprofile.bat deleted file mode 100644 index 71873ac..0000000 --- a/json/profile/memprofile.bat +++ /dev/null @@ -1,3 +0,0 @@ -go build -profile.exe -memprofile mem.out -go tool pprof profile.exe mem.out |