Skip to content

Commit

Permalink
More verbose perf test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyraoul committed Jan 20, 2025
1 parent 3b97c6e commit 013c322
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/mobx/__tests__/perf/perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ results of this test:
log(
"Setting and deleting " +
propertiesCount +
" map properties " +
" set properties " +
iterationsCount +
" times: " +
(end - start) +
Expand Down Expand Up @@ -618,7 +618,7 @@ results of this test:
log(
"Looking up " +
propertiesCount +
" map properties " +
" set properties " +
iterationsCount +
" times: " +
(end - start) +
Expand Down Expand Up @@ -646,9 +646,9 @@ results of this test:
const end = Date.now()

log(
"Looking up " +
"Single take out of" +
propertiesCount +
" map properties " +
" set properties " +
iterationsCount +
" times: " +
(end - start) +
Expand Down Expand Up @@ -679,9 +679,9 @@ results of this test:
const end = Date.now()

log(
"Looking up " +
"Converting " +
propertiesCount +
" map properties " +
" set properties into an array" +
iterationsCount +
" times: " +
(end - start) +
Expand Down

0 comments on commit 013c322

Please sign in to comment.