Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 23, 2019
1 parent 3f3743e commit 16c8ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 16c8ed1

Please sign in to comment.