From 16c8ed11901717ae010347ec8ba41b7645cd3a14 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 24 Nov 2019 00:52:51 +0900 Subject: [PATCH] fix typos --- README.md | 2 +- test/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d00a7aa..efb4e1625 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Since performance is important. Writing benchmarks is a very popular and correct a software performance. Benchmarks help us to keep performance and to confirm effects of optimizations. For keeping the performance, it's important to monitor the benchmark results along with changes to the software. To notice performance regression quickly, it's useful to monitor benchmarking results -continously. +continuously. However, there is no good free tool to watch the performance easily and continuously across languages (as far as I looked into). So I built a new tool on top of GitHub Actions. diff --git a/test/config.ts b/test/config.ts index 352519d7b..68689249d 100644 --- a/test/config.ts +++ b/test/config.ts @@ -276,7 +276,7 @@ describe('configFromJobInput()', function() { A.equal(config.benchmarkDataDirPath, dataDir); }); - it('resolves home direcotry in output directory path', async function() { + it('resolves home directory in output directory path', async function() { const home = os.homedir(); const absCwd = process.cwd(); if (!absCwd.startsWith(home)) {